body {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #333333;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

/*レイアウト
------------------------------------ */
#wrapper{
	width: 900px;
	margin: 0 auto;
}

#contents{
	width: 880px;
	margin: 0 10px;
	text-align: left;
}

#contents_left{
	float: left;
	width: 195px;
	text-align: left;
}

#contents_center{
	float: left;
	width: 410px;
	text-align: left;
}

#contents_right{
	float: right;
	width: 260px;
	text-align: left;
}

#contents_right2{
	float: right;
	width: 685px;
	text-align: left;
}

/* contents_right2
------------------------------------ */
#contents_right2 #contents_bg{
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
	padding: 0 15px;
	line-height: 1.5;
}

#contents_right2 .subtitle{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
}


/*縦方向の行揃え
------------------------------------ */
.top{
	vertical-align: top;
}

.middle{
	vertical-align: middle;
}

.clear{
	clear: both;
}

img{
	border: 0
}

/*横方向の行揃え
------------------------------------ */
.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

/*form
------------------------------------ */
form{
	margin: 0;
}

/*header
------------------------------------ */
#header{
	width: 880px;
	margin: 0 10px;
}

#header .left{
	float: left;
	width: 340px;
	margin-top: 12px;
}

#header .right{
	float: right;
	width: 450px;
}

#header .copy{
	margin-top: 5px;
}

/*global_navi
------------------------------------ */
#global_navi{
	clear: both;
	width: 900px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#global_navi li{
	float:left;
	width: 176px;
	margin-left: 0;
	padding: 0;
}

/*left_navi
------------------------------------ */
#left_navi{
	background-image: url(../images/left_navi/navi_bg.gif);
	background-repeat: repeat-y;
	padding: 0 5px;
}

#left_navi .link{
	background-image: url(../images/arrow/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}

#left_navi .link2{
	background-image: url(../images/arrow/left2.gif);
	background-repeat: no-repeat;
	background-position: 17px 3px;
	padding-left: 30px;
}

#left_navi .under_line{
	width: 170px;
	padding: 10px 0;
	border-top: 1px dotted #aaaaaa;
}

#left_navi .under_line_none{
	width: 170px;
	padding: 7px 0 10px;
}

/*footer_navi
------------------------------------ */
#footer_navi{
	width: 800px;
	text-align: left;
	line-height: 1.5;
	margin: 0 auto;
}

/*topic_path
------------------------------------ */
#topic_path{
	text-align: left;
	width: 880px;
	margin: 0 15px 10px;
}

/*page_top
------------------------------------ */
.page_top{
	padding: 15px 0 20px;
	text-align: right;
}