@charset "utf-8";
/* 2010-07-09T07:35:43+09:00 */

/* Override */
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, table{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

ul{
	list-style: none;
}

address{
	font-style: normal;
}

a{
	text-decoration: underline;
	color: #ea5350;
}

a:visited{
	text-decoration: underline;
	color: #9c5fab;
}

a:hover{
	text-decoration: none;
	color: #ea5350;
}

a img{
	border: none;
}

body{
	padding-bottom: 20px;
	background: #f0f0f0 url("/images/bg_body.gif") no-repeat 50% 0;
	line-height: 1.1;
	font-family: Arial, Helvetica, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 90%;
	color: #333;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
div.container{
	width: 800px;
	/overflow: hidden; /* for IE6, 7 */
	margin: 0 auto;
}

/* ヘッダ */
div.header{
	position: relative;
}

div.header img{
	vertical-align: middle;
}

div.header .sitename{
	padding: 5px 0;
}

div.header img.logo{
	margin-right: 10px;
}

div.header p.lang,
div.header p.term{
	position: absolute;
	right: 0;
}

div.header p.lang{
	top: 0;
}

div.header p.term{
	top: 89px;
}

/* ナビゲーション */
ul.nav{
	/width: 805px; /* for IE6, 7 */
	margin-left: -5px;
	padding-bottom: 6px;
	background: url("/images/bg_nav.gif") no-repeat 5px 100%;
}

ul.nav:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}

ul.nav li{
	width: 110px;
	height: 30px;
	float: left;
	padding-left: 5px;
}

ul.nav img{
	display: block;
}

/* トピックパス */
p.topicpath{
	padding: 5px 0;
	line-height: 1.3;
	color: #666;
}

p.topicpath a:link,
p.topicpath a:visited,
p.topicpath a:hover{
	color: #666;
}

p.topicpath span.sprt{
	color: #979797;
}

/* ------------------------------------------- */
/* メイン */
div.main{
	width: 565px;
	float: left;
	margin-bottom: 10px;
	background: url("/images/bg_main_body_2col.gif") repeat-y 0 0;
}

div.main-inner{
	background: url("/images/bg_main_btm_2col.gif") no-repeat left bottom;
}

div.main-body{
	height: 100%;
	padding: 20px 0 10px 0;
	background: url("/images/bg_main_top_2col.gif") no-repeat 0 0;
}

/* メイン > 見出し */
div.main h1{
	margin-bottom: 15px;
	padding: 0 20px 10px 20px;
	border-bottom: solid 3px #ea5350;
	font-weight: bold;
	font-size: 150%;
}

div.main h2{
	margin: 35px 16px 15px 16px;
	padding-bottom: 6px;
	background: url("/images/bg_title_h2_2col.gif") no-repeat left bottom;
	line-height: 1.3;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
}

div.main h2 span.caption{
	display: block;
	padding: 6px 14px 0 14px;
	background: url("/images/bg_title_h2_2col.gif") no-repeat 0 0;
}

div.main h3{
	margin: 23px 20px 8px 20px;
	background: url("/images/bg_title_h3_btm.gif") no-repeat left bottom;
	line-height: 1.2;
	font-weight: bold;
	font-size: 110%;
	color: #444;
}

div.main h3 span.caption{
	display: block;
	padding-left: 16px;
	background: url("/images/bg_title_h3_top.gif") no-repeat 0 0;
}

/* メイン > ニュース */
div.main ul.news{
	margin: 0 20px 10px 20px;
	list-style: none;
}

div.main ul.news li{
	margin-bottom: 0.3em;
	padding-bottom: 0.5em;
	background: url("/images/bg_sprt.gif") repeat-x left bottom;
	line-height: 1.3;
}

div.main ul.news li:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}

div.main ul.news a{
	display: block;
	min-height: 14px;
	float: left;
	margin-right: 0.5em;
	padding-left: 17px;
	background: url("/images/icon_circle.gif") no-repeat 0 0.3em;
}

div.main ul.news span.date{
	vertical-align: middle;
	font-size: 80%;
	color: #777;
}

div.main p.more{
	text-align: right;
}

/* メイン > その他要素 */
div.main p,
div.main ul,
div.main ol,
div.main dl,
div.main table{
	margin: 0 20px 1em 20px;
	line-height: 1.6;
}

div.main h4,
div.main h5,
div.main h6{
	margin: 20px 20px 10px 20px;
	line-height: 1.3;
	font-weight: bold;
}

div.main h4{
	font-size: 120%;
}

div.main h5{
	font-size: 110%;
}

div.main dd{
	margin-left: 1em;
}

div.main ul,
div.main ol{
	margin-left: 50px;
}

div.main ul{
	list-style: disc;
}

div.main table{
	border-collapse: collapse;
	empty-cells: show;
	border: solid 1px #c2c2c2;
	line-height: 1.4;
}

div.main table caption{
	font-weight: bold;
}

div.main th,
div.main td{
	padding: 0.2em 5px;
	border: solid 1px #c2c2c2;
}

/* ------------------------------------------- */
/* サイド */
div.util{
	width: 220px;
	float: right;
	margin-bottom: 10px;
}

div.util h3,
div.util ul,
div.util div.pic,
div.util p{
	margin: 0 5px;
}

div.util img{
	display: block;
	margin: 0 auto;
}

div.util-inner{
	background: url("/images/bg_side_body.gif") repeat-y 0 0;
}

div.util-body{
	height: 100%;
	margin-bottom: 10px;
	padding: 12px 10px 10px 10px;
	background: url("/images/bg_side_btm.gif") no-repeat left bottom;
}

div.util div.block{
	margin-bottom: 15px;
	padding-top: 12px;
	background: url("/images/bg_sprt.gif") repeat-x 0 0;
	color: #555;
}

div.util div.block.first{
	padding-top: 0;
	background: none;
}

/* サイド > 見出し */
div.util h2{
	padding: 5px 10px;
	background: url("/images/bg_side_title.gif") no-repeat 0 0;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}

div.util h3{
	margin-bottom: 0.4em;
	line-height: 1.3;
	font-weight: bold;
	color: #666;
}

/* サイド > リスト */
div.util li{
	min-height: 14px;
	margin-bottom: 0.2em;
	padding-left: 17px;
	background: url("/images/icon_circle.gif") no-repeat 0 0.3em;
	line-height: 1.3;
}

/* サイド > 協賛企業紹介 */
div.util div.pic{
	margin-bottom: 10px;
	padding: 5px 0;
	border: solid 1px #c2c2c2;
}

div.util p.more{
	text-align: right;
	line-height: 1.6;
}

div.util p.more a{
	padding-left: 13px;
	background: url("/images/icon_arrow.gif") no-repeat 0 0.2em;
}

/* サイド > バナー */
div.util ul.banner li{
	display: inline;
	padding-left: 0;
	background: none;
}

div.util ul.banner img{
	display: block;
	margin-bottom: 10px;
}

/* サイド > その他要素 */
div.util p{
	margin-bottom: 12px;
	line-height: 1.4;
}

/* ------------------------------------------- */
/* フッタ */
p.pagetop{
	clear: both;
	padding-bottom: 6px;
	background: url("/images/bg_footer.gif") no-repeat 0 20px;
	text-align: right;
}

div.footer{
	padding: 12px 15px 15px 15px;
	background: url("/images/bg_footer.gif") no-repeat left bottom;
	font-size: 80%;
	color: #fff;
}

/* フッタ > コビーライト */
div.footer address{
	width: 555px;
	line-height: 1.5;
}

/* フッタ > アイコン */
div.footer ul{
	margin-top: -12px;
	text-align: right;
}

div.footer li{
	display: inline;
	margin-left: 17px;
}

div.footer li a{
	display: -moz-inline-box;
	display: inline-block;
}

div.footer ul img{
	margin-right: 3px;
}

div.footer a:link,
div.footer a:visited{
	text-decoration: none;
	color: #fff;
}

div.footer li.feed a:hover{
	color: #ffead2;
}

div.footer li.twitter a:hover{
	color: #d0f3ff;
}

div.footer a img{
	vertical-align: middle;
}

div.footer a em{
	margin-left: 0.2em;
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* 1 カラムの場合 */
div.main.single{
	width: 800px;
	float: none;
	background-image: url("/images/bg_main_body_1col.gif");
}

div.main.single div.main-inner{
	background-image: url("/images/bg_main_btm_1col.gif");
}

div.main.single div.main-body{
	background-image: url("/images/bg_main_top_1col.gif");
}

div.main.single h2,
div.main.single h2 span.caption{
	background-image: url("/images/bg_title_h2_1col.gif");
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* 1 カラムのダミーコンテンツ用 */
div.main table.small_font,
div.main table.small_font td,
div.main table.small_font th{
	border: 1px solid #666;
}

div.main table.small_font{
	width: 760px;
	font-size: 80%;
}

div.main table.small_font td,
div.main table.small_font th{
	padding: 5px 10px;
}

div.main table.planning_committee,
div.main table.planning_committee th,
div.main table.planning_committee td{
	border: none;
}

div.main table.planning_committee{
	font-size: 80%;
}

div.main table.planning_committee th,
div.main table.planning_committee td{
	padding: 2px;
}

div.main table.planning_committee th{
	background-color: #fff;
	text-align: left;
	font-weight: bold;
}

table.planning_committee td{
	text-indent: 2em;
}

/* スタイル追加 */
/* ニュース下部の日付 */
div.entry_date {
	margin-top:5px;
	padding:5px 5px 10px 5px;
	border-top:1px dotted #E0E0E0;
	font-size:0.8em;
	color:#ea5350;
	text-align:right;
}

/* スポンサー(Ruby) */
table#sponsor_ruby td {
	padding:3px;
	width: 260px;
	font-size:10px;
	line-height: 11px;
	text-align:center;
}
table#sponsor_ruby td a {
	text-decoration: none;
}

table#sponsor_ruby tr.corporate_logo {
  height: 200px;
}

/* スポンサー(Platinum) */
table#sponsor_platinum td {
	padding:3px;
	width: 171px;
	font-size:10px;
	line-height: 11px;
	text-align:center;
}
table#sponsor_platinum td a {
	text-decoration: none;
}
table#sponsor_platinum tr.corporate_logo {
  height: 90px;
}

/* スポンサー(Gold) */
table#sponsor_gold td {
	padding:3px;
	width: 126px;
	font-size:10px;
	line-height: 11px;
	text-align:center;
}
table#sponsor_gold td a {
	text-decoration: none;
}

table#sponsor_gold tr.corporate_logo {
  height: 90px;
}

/* スポンサー(Silver) */
table#sponsor_silver td {
	padding:3px;
	width: 99px;
	font-size:10px;
	line-height: 11px;
	text-align:center;
}
table#sponsor_silver td a {
	text-decoration: none;
}

table#sponsor_silver tr.corporate_logo {
  height: 80px;
}

/* メイン > Twitter */
div.main ul.twitter{
	margin: 0 20px 10px 20px;
	list-style: none;
}

div.main ul.twitter li{
	margin-bottom: 0.3em;
	padding-bottom: 0.5em;
	background: url("/images/bg_sprt.gif") repeat-x left bottom;
	line-height: 1.3;
}

div.main ul.twitter li:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}
