@charset "utf-8";

/*------------------------------------------------------------------------------
Twoway System INC. - CSS Modules Import
URL: http://www.twoway-system.co.jp/
Date: 2009-06-01
Copyright (C) Twoway System INC. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Top

---------------------------------------- */

body#Top {
	background: url(../img/top/bg_body_02.png) 0 0 repeat-x;
}

body#Top h2#Headline {
	background: url(../img/top/top_main_bg_01.png) 0 0 no-repeat;
	padding-left: 2px;
	width: 954px;
	margin: 0 auto;
}

body#Top div#Main h2,
body#Top div#Main p {
	margin-bottom: 0;
}

body#Top div#Main div#TopicsList {
	position: relative;
}

body#Top div#Main div#TopicsList p {
	position: absolute; top: 20px; right: 2px;
	width: 11em;
	text-align: right;
}

body#Top div#Main div#TopicsList p a {
	background: url(../img/top/icon_arrow_02.png) 0px 50% no-repeat;
	padding-left: 15px;
}

body#Top div#Main div#TopicsList dl {
	width: 675px;
	padding: 10px 10px 40px 0;
	line-height: 1.8;
}

body#Top div#Main div#TopicsList dl dt {
	float: left;
	clear: left;
	width: 8em;
	font-weight: 700;
	color: #00A0E9;
}

body#Top div#Main div#TopicsList dl dd {
	margin-left: 8em;
}

body#Top div#Main div#TopicsList dl dd a {
	color: #666;
}

body#Top div#Main div#Sec02 {
	background: url(../img/top/top_bg_03.jpg) 0 0 no-repeat;
	border: 1px solid #e5e5e5;
	padding: 15px 20px 15px 135px;
	margin-bottom: 50px;
}

body#Top div#Main h2#TopSec02,
body#Top div#Main div#Sec03 h2 {
	margin-bottom: 17px;
}
 

body#Top div#Main div#Sec02 p a,
body#Top div#Main div#Sec03 p a {
	display: block;
	width: 6em;
	background: url(../img/top/icon_arrow_02.png) 0px 5px no-repeat;
	padding-left: 15px;
}

body#Top ul#Tsuyomi03 {
	margin-top: 10px;}

body#Top div#Main ul#Tsuyomi03 li {
	display: inline;
}

body#Top div#Sub ul#BannerList {
	margin-top: 0px;
}

body#Top div#Content {
	padding-bottom: 30px;
}


/* ----------------------------------------

Footer

---------------------------------------- */

div#Footer {
	background: #f2f2f2 url(../img/top/bg_body_03.png) 0 0 repeat-x;
	padding-top: 30px;
}

/* ----------------------------------------

ClearFix (必要なければ削除)

---------------------------------------- */

/* -- Modern Browsers -- */

body#Topics div#Main dl#TopicsList:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

body#Topics div#Main dl#TopicsList {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html body#Topics div#Main dl#TopicsList {
	height: 1%;
}

body#Topics div#Main dl#TopicsList {
	display: block;
}


