@charset "utf-8";
/*基本設定-----------------*/
* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: justify;
}
body  {
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	text-align: center;
	/* これ以降Mac IE 5には適用されない \*/
	letter-spacing: 1px;
	background-image: url(/img/common/back_ground.gif);
	background-repeat: repeat;
	/* これ以降Mac IE 5にも適用される */ 
}
body a {
	color: #3366CC;
	text-decoration: underline;
}
body a:hover {
	color: #ff6666;
}
img  {
	border:none;
	vertical-align: bottom;
}
#outline {
	width:900px;
	margin: 0px auto 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/img/common/back_ground_outline.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#outline .title {
	background-image: url(/img/common/back_ground_titile_h1.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 700px;
}
#outline .title h1,h2 {
	font-size: 16px;
	background-image: url(/img/common/back_ground_titile_h1_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	text-indent: 35px;
	padding: 8px 0px 0px 0px;
	letter-spacing: 0px;
}
/*ヘッダー-----------------*/
#header {
	height: 110px;
}
#logo {
	float: left;
	width: 360px;
}
#sub_menu {
	float: left;
	width: 270px;
	margin: 25px 0px 25px 260px;
}
#sub_menu li {
	float: left;
	background-image: url(/img/common/header/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 10px 0px 17px;
	line-height: 110%;
}
#sub_menu li a {
	color: #333333;
	text-decoration: none;
}
#global_menu {
	float: left;
	width: 530px;
	height: 25px;
}
#global_menu li {
	float: left;
}
/*コンテンツ-----------------*/
#main_outline {
	width: 700px;
	margin: 30px 100px 30px 100px;
	float: left;
	display: inline;
}
#main {
	padding: 20px 0px 0px 0px;

}
/*フッター-----------------*/
#footer {
	letter-spacing: 0px;
	padding: 0px 0px 0px 40px;
	line-height: 4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
/*page_top-----------------*/
.page_top {
	clear: both;
	width: 130px;
	margin: 0px 0px 0px 570px;
	padding: 15px 0px 0px 0px;


}

/*テキスト-----------------*/
.right {
	text-align: right;
	padding: 15px 10px 15px 10px;

}

/*リスト-----------------*/
.common_list01 { margin-left:1.5em;}
.common_list01 li { list-style-position:outside; list-style-type:disc;}

/*float解除-----------------*/
.clear_1px_a { clear:both; font-size:1px; line-height:1px; height:1px;}

/*色-----------------*/
.red {
	color: #A80D0D;
}
/*区切り線-----------------*/
hr {
	display:none;
}
.line10_dot {
	height:10px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line20_dot {
	height:20px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line30_dot {
	height:30px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line40_dot {
	height:40px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line50_dot {
	height:50px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line60_dot {
	height:60px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line80_dot {
	height:80px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line100_dot {
	height:100px;
	background-image: url(/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line10 {
	height:10px;
	background-image: none;
	clear: both;
}
.line20 {
	height:20px;
	background-image: none;
	clear: both;
}
.line30 {
	height:30px;
	background-image: none;
	clear: both;
}
.line40 {
	height:40px;
	background-image: none;
	clear: both;
}
.line50 {
	height:50px;
	background-image: none;
	clear: both;
}
.line60 {
	height:60px;
	background-image: none;
	clear: both;
}
.line80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line100 {
	height:100px;
	background-image: none;
	clear: both;
}
