/*
** ページ構造に関するCSS ******************************
*/
body{
	margin: 0px;
	padding: 0px;
}

center{
	background: url("../img/back_shadow.gif") center;
	background-repeat: repeat-y;
}

/*--------------- ヘッダー ---------------*/
div.header{
	width: 946px;
	margin: 0px;
	border: 0px;
}
/*--------------- 全体のラッパー ---------------*/
div.wrapper{
	width: 946px;
	padding-top: 5px;
}

/*--------------- 言語チェンジ ---------------*/
div.lang{
	width: 900px;
	margin: 0px 10px 10px 0px;
	text-decoration: none;
	text-align: right;
	font-size: 100%;
	font-family: Arial,Georgia,Helvetica,San-serif;
}

/*--------------- フッター ---------------*/
div.footer{
	width: 946px;
	height: 25px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	padding-top: 8px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial,Georgia,Helvetica,San-serif;
	font-weight: bold;
}

/*
** コンテンツに関するCSS ******************************
*/

/*--------------- 左コラム ---------------*/
div.left{
	width: 220px;
	margin: 0px 0px 0px 13px;
	text-align: left;
	font-family: Arial,Georgia,Helvetica,San-serif;
	/*color: #808080;*/
}

div.left img{
	border: 0px;
}

div.left_box{	
	background-image: url(../img/green_border.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin: 0px 0px 20px 0px;
	padding-bottom: 5px;
	border: solid 1px #808080;
	text-align: center;
}

p.left_box{
	margin: 15px;
	font-size: 90%;
	text-align: left;
}


/*--------------- 右コラム ---------------*/
div.right{
	width: 680px;
	margin: 0px 13px 0px 7px;
	font-family: Arial,Georgia,Helvetica,San-serif;
}
div.right img{
	border: 0px;
}

div.right_box{
	padding-top: 5px;
	margin: 0px 0px 20px 0px;
	background-image: url(../img/green_border.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	border: solid 1px #808080;
}

p{
	line-height: 20px;
	letter-spacing: 1px;
}

p.main_left_align{
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-size: 100%;
	line-height: 25px;
}

p.main_left_indent{
	text-align: left;
	margin-left: 40px;
	margin-bottom: 25px;
}

p.main_right_indent{
	text-align: right;
	margin-right: 40px;
}


/*--------------- センテンス、装飾 ---------------*/
a.no_deco{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p.box_title{
	margin: 15px 15px 5px 20px;
	font-size: 100%;
	text-align: left;
	color: #777777;
	font-weight: bold;
}

hr.dashed_line{
	color: #cccccc;
	background-color: #cccccc;
	height: 2px;
	border-style: dashed;
	
}

