﻿@charset "UTF-8";
@import "/css/screen/base.css";

/* globalNavigation */
div#globalNavigation {
	/* 主指定はbase.cssに記述 */
	background-image:url("/img/index/globalNavigation_background.png");
	background-repeat:no-repeat;
	background-position:center;
	height:360px;
	}
div#globalNavigation ul {
	/* 主指定はbase.cssに記述 */
	position:absolute;
	bottom:6px;
	overflow:hidden;
	width:100%;
	height:40px;
	list-style:none;
	}
div#globalNavigation h3 {
	display:none;
	}
div#globalNavigation p {
	}
div#globalNavigation p a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-9999px;
	}
div#globalNavigation p.message {
	display:none;
	}
div#globalNavigation p.sem {
	position:absolute;
	top:15px;
	left:600px;
	width:170px;
	height:150px;
	text-indent:-9999px;
	}
div#globalNavigation p.seo {
	position:absolute;
	top:180px;
	left:600px;
	width:170px;
	height:110px;
	text-indent:-9999px;
	}

/* contents */
div#contents {
	/* 主指定はbase.cssに記述 */
	}

/* section1 */
div#contents div#section1 {
	float:left;
	padding:15px;
	width:480px;
	}

/* news */
div#contents div#section1 table.news {
	margin-bottom:15px;
	border-collapse:collapse;
	width:100%;
	line-height:1.1em;
	}
div#contents div#section1 table.news th {
	border-right:#CCCCCC 1px solid;
	background-image:url("/img/index/news_marker.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px;
	padding-left:17px;
	text-align:left;
	font-weight:normal;
	}
div#contents div#section1 table.news td {
	border-bottom:#CCCCCC 1px dotted;
	padding:10px;
	vertical-align:top;
	font-size:x-small;
	font-weight:normal;
	}

/* ad */
div#contents div#section1 p.ad {
	margin:15px 0;
	text-align:center;
	}

/* section2 */
div#contents div#section2 {
	float:right;
	overflow:hidden;
	padding:15px;
	padding-left:0;
	width:255px;
	}

/* pickup */
div#contents div#section2 div.pickup {
	margin-bottom:15px;
	border:#E5E5E5 3px double;
	overflow:hidden;
	background-color:#EEEEEE;
	background-image:url("/img/index/pickup_background.png");
	background-repeat:repeat-x;
	background-position:top;
	padding:10px;
	width:229px;
	line-height:1.3em;
	}
div#contents div#section2 div.pickup h3 {
	padding-bottom:10px;
	}
div#contents div#section2 div.pickup p {
	float:right;
	width:134px;
	}
div#contents div#section2 div.pickup img.clip {
	float:left;
	}

/* certification */
div#contents div#section2 table.certification {
	color:#777777;
	font-size:x-small;
	font-weight:normal;
	}
div#contents div#section2 table.certification th {
	}
div#contents div#section2 table.certification td {
	padding:5px;
	}