body {
	margin: 0 auto;
	text-align: center;
	color: #333333;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}


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

#contents{
	width: 690px;
	margin: 0 15px;
	text-align: left;
}

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

#contents_right{
	float: right;
	width: 480px;
	text-align: left;
	border-left: 1px solid #dddddd;
	padding-left: 15px;
}


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

.middle{
	vertical-align: middle;
}

.clear{
	clear: both;
}

img{
	border: 0
}


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

.right{
	text-align: right;
}


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


/*header
------------------------------------ */
#header{
	text-align: left;
	width: 690px;
	margin: 0 15px;
}

#header #top_text{
	margin: 5px 0;
	font-size: 8pt;
}

#header #logo{
	margin-top: 5px;
}

#header_left{
	float: left;
	width: 310px;
}

#header_right{
	float: right;
	text-align: right;
	width: 370px;
}

.moji_size{
	vertical-align: 30%;
}


/*global_menu
------------------------------------ */
#globalmenu{
	clear: both;
	width: 704px;
	margin: 5px 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#globalmenu li{
	float:left;
	width: 110px;
	margin-left: 0;
	margin-right: 6px;
	margin-bottom: 0;
	padding: 0;
}


/*left_menu
------------------------------------ */
.left_menu{
	width: 168px;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #fafafa;
	background-image: url(../images/menu/bg.jpg);
	background-repeat: no-repeat;
}


/*footer
------------------------------------ */
#footer{
	width: 690px;
	margin: 10px 15px 0;
	color: #555555;
}

#footer .left{
	float: left;
	text-align: left;
	width: 270px;
}

#footer .right{
	float: right;
	text-align: right;
	width: 410px;
}


/*topic_path
------------------------------------ */
.topic_path{
	clear: both;
	text-align: left;
	width: 680px;
	margin: 5px 15px 0;
	background-image: url(../images/topic_path_bg.gif);
}


/*内容
------------------------------------ */
p{
	line-height: 1.5;
	text-indent: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*アンカータグ
------------------------------------ */
a:link{
	text-decoration: none;
	color: #333333;
}

a:visited{
	text-decoration: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #FF6600;
}


/*箇条書き
------------------------------------ */
ul{
	padding-left: 30px;
	margin-left: 0;
}

ul li{
	line-height: 1.5;
}

ol li{
	line-height: 1.5;
}


/*ページトップへ戻る
------------------------------------ */
.page_top{
	width: 100%;
	margin-bottom: 0;
	text-align: right;
}

.arrow_top{
	vertical-align: text-bottom;
}