@charset "UTF-8";

/*----------------------------------------------------	
	Container
----------------------------------------------------*/

#container {
	width: 948px;
	margin: 0 auto;
}

/*----------------------------------------------------	
	Content
----------------------------------------------------*/

#content {
	float: left;
	width: 948px;
	border: #999999 1px solid;
	background: #ffffff;
}

/*----------------------------------------------------	
	Header
----------------------------------------------------*/

#header {
	position: relative;
	width: 948px;
	height: 203px;
	background: url(../img/common/header.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

#summary {
	position: absolute;
	top: 28px;
	left: 67px;
	font-size: 90%;
}

/*----------------------------------------------------	
	TopicPath
----------------------------------------------------*/

#topicPath {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding: 5px 20px 5px 20px;
}

#topicPath li {
	display: inline;
	padding: 0 5px 0 10px;
	background: url(../img/common/topic_icon.gif) no-repeat left center;
}

/*----------------------------------------------------	
	Column
----------------------------------------------------*/

#column {
	float: left;
	width: 908px;
	padding: 20px;
}

#column-menu {
	float: left;
	width: 163px;
	padding-right: 30px;
}

#column-main {
	float: left;
	width: 514px;
	padding-right: 30px;
}

#column-banner {
	float: left;
	width: 171px;
}

/*----------------------------------------------------	
	Column-menu
----------------------------------------------------*/

#column-menu .category {
	border: #cccccc 1px solid;
	margin-bottom: 15px;
}

#column-menu .category .title {
	padding: 4px 10px 5px 10px;
	line-height: 1.5;
	font-weight: 700;
}

#column-menu .category .title01 {
	border-top: #f69726 5px solid;
	border-bottom: #f69726 1px dotted;
	color: #f69726;
	background: url(../img/common/category_title01_back.gif) no-repeat left top;
}

#column-menu .category .title02 {
	border-top: #e8ce39 5px solid;
	border-bottom: #e8ce39 1px dotted;
	color: #c3a302;
	background: url(../img/common/category_title02_back.gif) no-repeat left top;
}

#column-menu .category .title03 {
	border-top: #cde822 5px solid;
	border-bottom: #cde822 1px dotted;
	color: #92ae02;
	background: url(../img/common/category_title03_back.gif) no-repeat left top;
}

#column-menu .category .title04 {
	border-top: #7bc232 5px solid;
	border-bottom: #7bc232 1px dotted;
	color: #6da026;
	background: url(../img/common/category_title04_back.gif) no-repeat left top;
}

#column-menu .category .title05 {
	border-top: #333333 5px solid;
	color: #333333;
	padding: 10px;
	background: url(../img/common/category_title05_back.gif) no-repeat left top;
}

#column-menu .category .title06 {
	border-top: #cf7171 5px solid;
	border-bottom: #cf7171 1px dotted;
	color: #c96060;
	background: url(../img/common/category_title06_back.gif) no-repeat left top;
	padding: 10px;
}

#column-menu .category .main {
	padding: 10px;
}

#column-menu .category .main li {
	padding-left: 8px;
	background: url(../img/common/category_list_icon.gif) no-repeat left 8px;
}

/*----------------------------------------------------	
	Column-main
----------------------------------------------------*/

#column-main .category {
	clear: both;
	padding-bottom: 25px;
}

#column-main .category01 {
	border-top: #3d3d3d 5px solid;
	border-bottom: #3d3d3d 1px dotted;
}

#column-main .category02 {
	border-top: #f69726 5px solid;
	border-bottom: #f69726 1px dotted;
	margin-bottom: 18px;
}

#column-main .category03 {
	border-top: #e8ce39 5px solid;
	border-bottom: #e8ce39 1px dotted;
	margin-bottom: 18px;
}

#column-main .category04 {
	border-top: #cde822 5px solid;
	border-bottom: #cde822 1px dotted;
	margin-bottom: 18px;
}

#column-main .category05 {
	border-top: #7bc232 5px solid;
	border-bottom: #7bc232 1px dotted;
	margin-bottom: 18px;
}

h2 {
	padding: 5px 0 5px 15px;
	font-size: 110%;
	letter-spacing: 0.1em;
	color: #3d3d3d;
	clear:both;
	}

h3.term{
	padding-left:5px;
	border-left:solid 10px #f69726; 
	border-bottom:1px solid #f69726;
	margin-top:20px;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	clear:both;
	}

h3.image{
	padding-left:5px;
	border-left:solid 10px #e8ce39; 
	border-bottom:1px solid #e8ce39;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	clear:both;
	}

h3.info{
	padding-left:5px;
	border-left:solid 10px #cde822; 
	border-bottom:1px solid #cde822;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	clear:both;
	}

h3.designer{
	padding-left:5px;
	border-left:solid 10px #7bc232; 
	border-bottom:1px solid #7bc232;
	margin-bottom:10px;
	letter-spacing: 0.1em;
	}

h4.point{
	padding:8px 5px 5px 15px;
	background: url(../img/common/checkbox_red.gif) no-repeat left center;
}
	
#column-main p{
	text-align:justify;
	text-justify:distribute;
	}


.category dl {
	width: 514px;
	padding-top: 15px;
}

.category dl dt {
	float: left;
	width: 5em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 16px; 
	line-height: 100%;
}

.category dl dd {
	_height: 1%; /* Hack for Win IE6 */
	margin: 0 0 0.7em 9.5em;
	padding: 0;
	line-height: 100%;
}

#column-main .category .category-main {
	float: left;
	width: 514px;
	padding-bottom: 20px;
}

#column-main .category .category-left {
	float: left;
	width: 251px;
}

#column-main .category .category-right {
	float: right;
	width: 251px;
}

#column-main .category .menu {
	float: left;
	width: 225px;
	padding: 8px;
	margin-bottom: 12px;
	border: #cccccc 5px solid;
}

#column-main .category .menu .img {
	float: left;
	width: 72px;
	padding-right: 15px;
}

#column-main .category .menu .main {
	float: left;
	width: 138px;
	line-height: 1.4;
}

#column-main .category .menu .text-top {
	font-size: 90%;
}

#column-main .category .menu .title {
	padding: 0 0 5px 8px;
	background: url(../img/common/category_list_icon.gif) no-repeat left 8px;
}

#column-main ul.number li{
	list-style-type:lower-alpha;
	}

#column-main ul li{
	margin-left:30px;
	list-style-type:disc;
	list-style-position:outside;
	}

#column-main ol li{
	margin-left:30px;
	list-style-type:decimal;
	list-style-position:outside;
	}

.text-top {
	float: left;
	width: 150px;
	font-size: 90%;
}

.text {
	float: left;
	width: 450px;
}

/*----------------------------------------------------	
	Second
----------------------------------------------------*/

#column-main #second .category {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	height: 45px;
	border-top: #3d3d3d 5px solid;
	border-bottom: #3d3d3d 1px dotted;
}

#column-main #second .category .title-img {
	position: absolute;
	top: 10px;
	left: 0;
}

#column-main #second h2 {
	position: absolute;
	top: 0;
	left: 51px;
	font-size: 110%;
	letter-spacing: 0.1em;
	color: #3d3d3d;
}

#column-main #second .category .text {
	position: absolute;
	top: 26px;
	left: 65px;
	font-size: 90%;
}

/*----------------------------------------------------	
	Logomark
----------------------------------------------------*/

.logomark {
	padding: 10px 0 15px 10px;
}

.logomark li {
	display: inline;
}

.logomark .space{
	margin-right:10px;
	margin-bottom:10px;
	width:115px;
	float:left;
	text-align:center;
	}
	
.logomark .space2{
	margin-top:15px;
	margin-right:15px;
	width:150px;
	float:left;
	}

.logomark .space3{
	margin-top:15px;
	margin-right:15px;
	float:left;
	}
	
.logomark .explain{
	padding:10px 0 10px 0;
	clear:both;
	text-align:center;
	}

.logomark .companyname{
	clear:both;
	display:block;
	text-align:center;
	}

.photo{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

/*----------------------------------------------------	
	Pagetop
----------------------------------------------------*/

#pagetop {
	text-align: right;
	padding: 20px;
	font-size: 90%;
}
.attention{
	font-size:0.8em;
	padding:0 25px 0 25px;
	}

/*----------------------------------------------------	
	Footer
----------------------------------------------------*/

#footer {
	height: 100px;
	background: #999999;
}

#footer p {
	text-align: center;
	padding: 15px;
	font-size: 90%;
	color: #ffffff;
}
