@charset "utf-8";

/* 

css index//////////////

Universal & Structure selector
Text Module
Hypertext Module
Image Module
List Module
Table Module
Forms Module

layout (common)
layout [index]

Margin Control
Image Control
etc.

*/

/* Universal & Structure selector
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #f1f1f1;
	line-height: 1.7;
	text-decoration: none;
	font-size: 10px;
	background-color: transparent;
	}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	background: #000 url(../images/common/body_bg.gif) repeat-x top;
	}

/* Text Module
---------------------------------------*/
p {
	margin: 0 0 20px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
em,
strong {
	font-style: normal;
	font-weight: bold;
	}
iframe {
	margin: 0;
	}

/* Hypertext Module
---------------------------------------*/
a:link,
a:visited {
	color: #ccc;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
a:active,
a:focus {
	outline: none;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	}

/* List Module
---------------------------------------*/
ul,
ol {
	margin: 0 0 25px 30px;
	}
li {
	margin: 0 0 5px;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/

/* Forms Module
---------------------------------------*/
label {
	white-space: nowrap;
	}
.search {
	position: relative;
	left: 15px;
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 210px;
	height: 21px;
	border: 1px solid #bbb;
	}
.searchbtn {
	float: right;
	margin: 0;
	padding: 0;
	}
.searchT {
	position: absolute;
	top: 8px;
	left: 25px;
	color: #999;
	cursor: text;
	}

/* layout (common)
---------------------------------------*/
#wrap {
	overflow: hidden;
	margin: 0 auto;
	width: 490px;
	}
#header {
	margin: 100px 0 50px;
	width: 490px;
	text-align: center;
	}
#content {
	width: 490px;
	}
#footer {
	margin: 0 0 40px;
	width: 490px;
	text-align: center;
	}
.sec_title {
	padding-left: 15px;
	background: url(../images/common/icon_point.png) no-repeat 0 50%;
	}
.sec_title p {
	margin: 0 0 8px;
	font-size: 12px;
	
	}

/* layout (index)
---------------------------------------*/
dl.news {
	margin: 0 0 20px 15px;
	}
.news dt {
	margin-bottom: 7px;
	}
.news dt a {
	padding-left: 10px;
	background: url(../images/common/icon_arrow_down.gif) no-repeat 0 4px;
	}
.news dt a.selected {
	background: url(../images/common/icon_arrow_up.gif) no-repeat 0 4px;
	}
.news dd {
	margin: 0 0 20px 10px;
	}

/* Margin Control
---------------------------------------*/
.mb00 {
	margin-bottom: 0;
	}
.mb05 {
	margin-bottom: 5px;
	}
.mb10 {
	margin-bottom: 10px;
	}
.mb15 {
	margin-bottom: 15px;
	}
.mb20 {
	margin-bottom: 20px;
	}
.mb30 {
	margin-bottom: 30px;
	}
.mb40 {
	margin-bottom: 40px;
	}

/* Image Control
---------------------------------------*/
.imgleft {
	margin-right: 25px;
	margin-bottom: 30px;
	float: left;
	}
.imgright {
	margin-left: 25px;
	margin-bottom: 30px;
	float: right;
	}
.textbox {
	/zoom:1;
	overflow: hidden;
	}

/* etc.
---------------------------------------*/
a.arrowlink {
	padding-left: 10px;
	background:url(../images/common/icon_arrow_orange.gif) no-repeat 0 2px;
	}
.line {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	}
.alignright {
	text-align: right;
	}
.aligncenter {
	text-align: center;
	}
.minitext {
	font-size: 10px;
	}
.largetext {
	font-size: 14px;
	}
.boldstyle {
	font-weight: bold;
	}
.c_4c3a93 {
	color: #4c3a93;
	}
ul.inlinenav_670 {
	overflow: hidden;
	margin: 0;
	width: 670px;
	list-style: none;
	}
.inlinenav_670 li {
	float: left;
	margin: 0 0 20px;
	}



