@charset "utf-8"; 

/*seminar 用　CSS

【1】ボックス共通
【2】メイン内ボックス共通

	◆ページレイアウト

	------------------------トップページ------------------------------------------

	◆2-1 ページ内メニュー								#innermenu
	◆2-2 キャリアShukaの新着情報						#news
	◆2-3 ブランディングサポート						#support
	◆2-4 プロモーション＆営業支援						#promotions
	◆2-5 キャリアshuka会員になりませんか？				#member
	◆2-6 キャリアShuka会員新着記事 					#recententry
	
	------------------------個別記事・アーカイブページのブログ部分------------------

	◆2-0　ブログ本体
	◆2-1　記事部分
	◆2-2　記事日付
	◆2-3　記事タイトル
	◆2-4　記事本文
	◆2-5　記事追記
	◆2-6　記事下部
	◆2-7　ページメニュー


【3】サイド内ボックス

	◆3-1 無料コンサルティング 詳細・お申込み			#application
	◆3-2 キャリアShukaサービスコンテンツ				#smenu
	◆3-3 セミナー講師☆プロジェクト					.branding
	◆3-4 前川あゆブログ								.maekawa
	◆3-5 メンバーブログ								.memberblog



*/


/*【1】ボックス共通*/
.box {}
.title {}
.content {}
.unit {}
.comment {}
.more {}
.sw {}
.bt {}


/*【2】メイン内ボックス共通*/
.main .box {}
.main .title {}
.main .content {}
.main .unit {}
.main .comment {}
.main .more {}
.main .sw {}
.main .bt {}

/*ページレイアウト*/

/*本文*/
.servicefull #contents {
	background:url(http://c-shuka.com/servicefull/img/bg_pagetitle.jpg) no-repeat 0 0;
}
.blogentry #contents,
.blogarchive #contents {
	background:url(http://c-shuka.com/servicefull/img/bg_pagetitle2.jpg) no-repeat 0 0;
}
.servicefull #pagetitle {
	text-indent:-9999px;
}
.blogentry #pagetitle,
.blogarchive #pagetitle {
	height:161px;
}
/*---------------------------------------.blogtop ブログトップ---------------------------------------------*/
/*2-1 ページ内メニュー*/
#innermenu {
	margin:0 0 20px;
}
#innermenu li {
	float:left;
}
#innermenu li a {
	display:block;
	width:214px;
	height:30px;
	background-image:url(http://c-shuka.com/servicefull/img/bg_innermenu.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 4px;
}
#innermenu .li1 a {
	margin:0;
}
#innermenu li .bir { height:30px;}
#innermenu a:link,#innermenu a:visited {
	text-decoration:none;
}
/*通常時*/
#innermenu .li1 a:link,#innermenu .li1 a:visited { background-position:0 0;}
#innermenu .li2 a:link,#innermenu .li2 a:visited { background-position:-218px 0;}
#innermenu .li3 a:link,#innermenu .li3 a:visited { background-position:-436px 0;}

/*hover時*/
#innermenu .li1 a:hover,#innermenu .li1 a:active { background-position:0 -30px;}
#innermenu .li2 a:hover,#innermenu .li2 a:active { background-position:-218px -30px;}
#innermenu .li3 a:hover,#innermenu .li3 a:active { background-position:-436px -30px;}

/*2-2 キャリアShukaの新着情報*/
#news{
	background:url(http://c-shuka.com/servicefull/img/bg_title_new.jpg) no-repeat 0 0;
	margin:0 0 30px;
}
#news .title {
	height:30px;
}
#news .content {
	padding:10px 10px 0 19px;
}
#news .rss_list {
	background:url(http://c-shuka.com/share/img/icon_list01.gif) no-repeat 0 0.8em;
	padding:0 0 0 9px;
	line-height:200%;
}
#news .rss_list a {
	padding:0 0 0 3px;
}
/*2-3 ブランディングサポート*/
#support {
	background:url(http://c-shuka.com/servicefull/img/bg_support.jpg) no-repeat 0 0;
}
#support .title {
	height:27px;
	margin:0 0 10px;
}
#support .subtitle {
	height:150px;
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-1;
 /*hide\*/	overflow:hidden;/*MacIE*/
	margin:0 0 0.5em;
}
#support .comment {
	margin:0 0 15px;
}
#support ul {}
#support ul li {
	float:left;
	padding-bottom:4px;
}
#support ul li a {
	display:block;
	width:214px;
	height:30px;
	background-image:url(http://c-shuka.com/servicefull/img/bg_support_tagmenu.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 4px;
}
#support ul li .bir{
	height:30px;
}
#support ul .li1 a:link,#support ul .li1 a:visited { background-position:0 0;}
#support ul .li2 a:link,#support ul .li2 a:visited { background-position:-218px 0;}
#support ul .li3 a:link,#support ul .li3 a:visited { background-position:-436px 0;}
#support ul .li4 a:link,#support ul .li4 a:visited { background-position:0 -34px;}
#support ul .li5 a:link,#support ul .li5 a:visited { background-position:-218px -34px;}
#support ul .li1 a,#support ul .li4 a{
	margin-left:0;
}
#support ul li a:link,#support ul li a:visited {
	text-decoration:none;
}

/*2-4 プロモーション＆営業支援*/
#promotions {
	background:url(http://c-shuka.com/servicefull/img/bg_promotions.jpg) no-repeat 0 0;
}
#promotions .title {
	height:27px;
	margin:0 0 10px;
}
#promotions .subtitle {
	height:150px;
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-1;
 /*hide\*/	overflow:hidden;/*MacIE*/
	margin:0 0 0.5em;
}
#promotions .comment {
	margin:0 0 15px;
}
#promotions ul {
	padding:0 0 14px;
}
#promotions ul li {
	float:left;
	padding-bottom:4px;
}
#promotions ul li a {
	display:block;
	width:214px;
	height:30px;
	background-image:url(http://c-shuka.com/servicefull/img/bg_promotions_tagmenu.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 4px;
}
#promotions ul li .bir {
	height:30px;
}
#promotions ul .li1 a:link,#promotions ul .li1 a:visited { background-position:0 0;}
#promotions ul .li2 a:link,#promotions ul .li2 a:visited { background-position:-218px 0;}
#promotions ul .li3 a:link,#promotions ul .li3 a:visited { background-position:-436px 0;}
#promotions ul .li4 a:link,#promotions ul .li4 a:visited { background-position:0 -34px;}
#promotions ul .li5 a:link,#promotions ul .li5 a:visited { background-position:-218px -34px;}
#promotions ul .li1 a,#promotions ul .li4 a{
	margin-left:0;
}
#promotions ul li a:link,#promotions ul li a:visited {
	text-decoration:none;
}

#promotions .section {}
#promotions .section img {
	width:200px;
	float:left;
}
#promotions .section .unit {
	width:440px;
	float:right;
}
#promotions .section .unit .subtitle {
	height:auto;
	z-index:1;
	background:url(http://c-shuka.com/servicefull/img/bg_icon.gif) no-repeat 0 50%;
	font-weight:bold;
	font-size:134%;
	padding:0 0 0 10px;
}
#promotions .unit .bt {
	background:url(http://c-shuka.com/about/img/bg_bt_body.jpg) repeat-x 0 100%;
	border:#d4d9d6 solid 1px;
	width:9.5em;
	text-align:left;
}
#promotions .unit .bt a {
	display:block;
	background:url(http://c-shuka.com/share/img/icon_list02.gif) no-repeat 0.5em 50%;
	padding:4px 0px 4px 1.5em;
	border:#fff solid 1px;
}

/*2-5 キャリアshuka会員になりませんか？*/
#member {
	background:url(http://c-shuka.com/servicefull/img/bg_member.jpg) no-repeat 0 0;
	margin:0 0 20px;
}
#member .title {
	height:27px;
	margin:0 0 10px;
}
#member .subtitle {
	height:150px;
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:-1;
 /*hide\*/	overflow:hidden;/*MacIE*/
	margin:0 0 0.5em;
}
#member .comment {
	margin:0 0 10px;
	font-weight:bold;
}
#member ul {
	padding:0 0 10px;
}
#member ul li {
	border-left:#8ED0BE solid 4px;
	padding:0 0 0 4px;
	margin:0 0 7px;
}
#member .bnr {
	margin:0;
}

/*2-6 キャリアShuka会員新着記事*/
#recententry {
	background:url(http://c-shuka.com/servicefull/img/bg_recententry.jpg) no-repeat 0 0;
	margin:0 0 20px;
}
#recententry .title {
	height:30px;
}
#recententry .content {
	padding-top:10px;
}
#recententry .thumb {
	width:190px;
	float:left;
}
#recententry .unit {
	width:450px;
	float:right;
}
#recententry .thumb .rss_list {
	float:left;
	width:58px;
	display:inline;
	text-align:center;
	margin:5px 5px 0px 0;
	padding:0;	
}
#recententry .thumb .rss_list img {
	width:auto;
	height:56px;
}
#recententry .thumb .rss_list a {
	display:block;
	border:#ccc solid 1px;
	width:56px;
	height:56px;
	font-size:83.4%;
	/*hide\*/ overflow:hidden; /*for mac IE*/
}
#recententry .unit .rss_list {
	background:url(http://c-shuka.com/share/img/icon_list01.gif) no-repeat 0 0.8em;
	padding:0 0 0 9px;
	line-height:200%;
}
#recententry .unit .rss_list a {
	padding:0 0 0 3px;
}
/*2-7 ピックアップブログ*/
#picup{
	margin:0 0 10px;
}
#picup .title {
	height:auto;
	z-index:1;
	background:url(http://c-shuka.com/servicefull/img/bg_icon.gif) no-repeat 0 50%;
	font-weight:bold;
	font-size:134%;
	padding:0 0 0 12px;
	margin:0 0 5px;
}
#picup .content {
	background:url(http://c-shuka.com/servicefull/img/bg_picupblog.jpg) no-repeat 0 0;
	padding:10px 0 0 79px;
}
#picup ul {
	padding:0 0 10px;
}
#picup ul li {
	float:left;
	width:183px;
	display:inline;
	margin:0 5px 6px 0;
}
#picup li img {
	vertical-align:bottom;
}
/*-----------------------------------個別記事・アーカイブページのブログ部分--------------------------------*/


/*【2】ブログ部分内*/
/*◆2-0　ブログ本体*/
.blog{}
/*◆2-1　記事部分*/
.blogbody{
	margin:0 0 30px;
}
/*◆2-2　記事日付*/
.date{
	float:left;
	background:url(http://c-shuka.com/seminar/img/bg_icon_date.gif) no-repeat 12px 50%;
	text-indent:2.5em;
}
/*◆2-3　記事タイトル*/
.subject{
	font-weight:bold;
	font-size:150%;
	background:url(http://c-shuka.com/seminar/img/bg_icon_subject.gif) no-repeat 0 50%;
	padding:0 0 0 28px;
}
.main .subject a:link ,.main .subject a:visited { color:#666;text-decoration:none;}
.main .subject a:hover ,.main .subject a:active { color:#666;text-decoration:underline;}

/*◆2-4　記事本文*/
.article{
	width:650px;
	overflow:auto;
	line-height:135%;	
}
.article img{
	margin:0px 5px 5px 5px;
}
.article-continues {
	display:block;
	float:right;
	background:url(http://c-shuka.com/seminar/img/bg_continues_body.jpg) repeat-x 0 100%;
	border:#d4d9d6 solid 1px;
	width:8.0em;
	margin:10px 0 0 0;
	letter-spacing:1px;
}
.article-continues a {
	display:block;
	background:url(http://c-shuka.com/share/img/icon_list02.gif) no-repeat 0.5em 50%;
	padding:4px 0px 4px 1.5em;
	border:#fff solid 1px;
}
.tag_list {
	padding:0 0 5px;
}
/*記事本文リンク色*/
.article a:link , .article a:visited {}
.article a:hover , .article a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}

/*◆2-5　記事追記*/
#more {}

/*◆2-6　記事下部*/
.posted{}
a.aposted{font-weight:bold;}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
/*◆2-7　ページメニュー*/
.menu{
	color:#99181b;
	text-align:center;
	border-top:#ccc solid 1px;
	padding:15px 0 0 0;
	margin:0 0 30px;
}
a.amenu {
	padding:0 1.0em;
}
a.amenu:link , a.amenu:visited {color:#99181b;text-decoration:underline;}
a.amenu:hover , a.amenu:active {color:#99181b;text-decoration:none;}
/*◆2-8　サブ情報*/
.second {
	background:url(http://c-shuka.com/seminar/img/bg_second.gif) no-repeat 0 0;
	padding:4px 0 2px 0;
	margin:0 0 15px;
}
/*◆2-9　カテゴリー情報*/
.cate {
	float:right;
	font-size:83.4%;
	padding:0 5px 0 0;
	margin:0;
}
.main .cate a:link,.main .cate a:visited,
.main .cate a:hover,.main .cate a:active {color:#000;}


/*【3】サイド内ボックス*/
/*3-1 無料コンサルティング 詳細・お申込み*/
#application {
	background:url(http://c-shuka.com/servicefull/img/bg_application.jpg) no-repeat 0 0;
	margin:0 0 5px;
}
#application .title {
	height:85px;
}
#application .content {
	text-align:center;
}
#application .btn {
	margin:0 0 10px;
}
/*3-2 キャリアShukaサービスコンテンツ*/
#smenu {
	background:url(http://c-shuka.com/servicefull/img/bg_title_smenu.gif) no-repeat 0 0;
	border-bottom:#eff1f0 solid 1px;
	margin:0 0 10px;
}
#smenu .title {
	height:18px;
}
#smenu .unit {
	padding:0 0 5px;
}
#smenu li a {
	display:block;
	width:250px;
	height:58px;
	margin:0 0 5px;
	background-image:url(http://c-shuka.com/servicefull/img/bg_smenu.jpg);
	background-repeat:no-repeat;
}
#smenu li .bir {
	height:58px;
}
#smenu li a:link,#smenu li a:visited { text-decoration:none;}
#smenu .li1 a {
	background-position:0 0;
}
#smenu .li2 a {
	background-position:0 -63px;
}
#smenu .li3 a {
	background-position:0 -126px;
}
#smenu .li4 a {
	background-position:0 -189px;
}
#smenu .li5 a {
	background-position:0 -252px;
}
#smenu .li6 a {
	background-position:0 -315px;
}
#smenu .li7 a {
	background-position:0 -378px;
}
#smenu .li8 a {
	background-position:0 -441px;
}
#smenu .li9 a {
	background-position:0 -504px;
}
#smenu .li10 a {
	background-position:0 -567px;
}


/*3-3 セミナー講師☆プロジェクト*/
.branding {
	margin:0 0 5px;
}
.branding a {
	display:block;
	background:url(http://c-shuka.com/share/img/bnr_side_branding.jpg) no-repeat 0 0;
	width:250px;
	height:70px;
}
.branding .bir {
	height:70px;
}
.branding a:link,.branding a:visited { text-decoration:none;}

/*3-4 前川あゆ*/
.maekawa {
	margin:0 0 5px;
}
.maekawa a {
	display:block;
	background:url(http://c-shuka.com/share/img/bnr_side_ayumaekawa.jpg) no-repeat 0 0;
	width:250px;
	height:70px;
}
.maekawa .bir {
	height:70px;
}
.maekawa a:link,.maekawa a:visited { text-decoration:none;}

/*3-5 メンバーブログ*/	
.memberblog {
	margin:0 0 5px;
}
.memberblog a {
	display:block;
	background:url(http://c-shuka.com/jimukyoku/img/bnr_memberblog.jpg) no-repeat 0 0;
	width:250px;
	height:70px;
}
.memberblog .bir {
	height:70px;
}
.memberblog a:link,.memberblog a:visited { text-decoration:none;}

/*3-6 出版バナー*/	
.shuppan {
	margin:0 0 5px;
}
.shuppan a {
	display:block;
	background:url(http://blog.osakazine.net/usr/shukajimukyoku/shuppan_banner.jpg) no-repeat 0 0;
	width:250px;
	height:120px;
}
.shuppan .bir {
	height:120px;
}
.shuppan a:link,.shuppan a:visited { text-decoration:none;}







