@charset "utf-8";
/*基本設定-----------------*/
* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: justify;
	text-justify: inter-ideograph;
}
body {
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	text-align: center;
	/* これ以降Mac IE 5には適用されない \*/
	letter-spacing: 1px;
	/* これ以降Mac IE 5にも適用される */ 
}
body a {
	color: #CC6600;
	text-decoration: underline;
}
body a:hover {
	color: #999999;
}
img  {
	border:none;
	vertical-align: bottom;
}
#outline {
	width:900px;
	margin: 0px auto 0px auto;
}
/*テーブル-----------------*/
td {
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 1px;
}
th {
	font-size: 12px;
	font-weight: normal;
	line-height: 180%;
	letter-spacing: 1px;
}
/*ヘッダー-----------------*/
#logo {
	height: 100px;
	float: left;
}
#logo img {
	margin: 35px 0px 0px 27px;

}
#global_menu {
	height: 100px;
	width: 440px;
	float: right;
}

#global_menu li {
	float: left;
	padding: 63px 0px 0px 0px;

}
/*コンテンツ-----------------*/
#main_outline {
	margin: 45px 0px 0px 90px;
	width: 720px;
	clear: both;

}
#contents {
	padding: 20px 0px 50px 0px;

}
#contents p {
	padding: 0px 0px 15px 0px;

}
/*フッター-----------------*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: right;
	padding: 10px 20px 15px 0px;
	clear: both;
}
/*区切り線-----------------*/
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;
}
