/*初期化*/
@charset"Shift-JIS";

/*　ページ共通*/

/*--------------------------全体初期化 */
* { 
	margin: 0;
	padding: 0;
}

/*--------------------------見出しタグ初期化 */
h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-size: 100%;
}

/*--------------------------フォント初期化 */
html>/**/body {
	font-size: 12px;
} 

body {
	color: #000000;
	background-color: #ffffff;
}

/*--------------------------float時クリア値 */
.clear {
	clear: both;
	line-height: 0%;
}

img {
	border: 0;
}  

.img_r {
	margin: 0;
	float: right;
}
.img_l {
	margin: 0;
	float: left;
}

/*--------------------------テーブル初期値 */
table {
	border-collapse: collapse;  border-spacing: 0;  
}
/*--------------------------リスト初期値 */
li {
	list-style-type: none;
}

/*--------------------------*/
p {
line-height: 2em;
text-align: left;
}

body {
font-size: medium;
/*text-align: center;*/
}

/*メニュー*/
.menu_wrap {
float: left;
width: 160px;
font-size: medium;
text-align: left;
}

.menu {
background-color: #c8eaf4;
width: 155px;
text-align: left;
color: #000000;
margin: 0;
padding: 0;
}

.menu table tr td {
width: 150px;
margin: 0;
text-align: left;
}

.menu ul li a:hover {
text-decoration: none;
color: #307ce2;
text-align: left;
}

#link_gtop{
	width: 800px;
	text-align: right;
	font-size: 80%;
}

/*------------------------------------------*/

ul#menu_list {
/*border: 1px #ff0000 solid;*/
width: 100%;
float: left;
padding: 0;
margin: 0;
text-align: left;
color: #285588;
}

ul#menu_list li {
/*border-left: 1px #307ce2 solid;
border-bottom: 1px #307ce2 solid;*/
padding-top: 5px;
padding-left: 15px;
text-decoration: none;
color: #285588;
text-align: left;
}

ul#menu_list li a {
text-decoration: none;
color: #285588;
text-align: left;
}

ul#menu_list li a:hover {
text-decoration: none;
font-weight: bold;
color: #285588;
font-weight: bold;
text-align: left;
}

/*------------------------------------------*/

/*今月の一枚*/
.konichi{
	/*width: 150px;
	padding:0px;
	margin:0px;*/
	margin-top:3px;
	text-align:left;
	background-color:#3453bb;
	border:1px solid #ffdf78;
	line-height:1.4em;
}
.konichi p {
		padding: 3px;
		color:#ffffff;
		text-align: center;
 }
 .konichi_photo{
		margin: 0 auto;
 }
 .konichi img {
		margin: 0 auto;
 }
 
 .konichi_hitokoto{
		padding:5px;
		font-size:0.9em;
		line-height:1.3em;
		background-color: #ffffff;
		float: right;
		margin-left: 2px;
 }
 .konichi_clear{
 		clear:both;
}

/*コンテンツ*/
.wrap {
	width: 850px;
	padding: 5px;
	float: left;
}


.header {
	width: 810px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	border-bottom: 5px #3151a2 solid;
	bottom: 0;
}

#ban_top {
	float: left;
	width:725px;
	height:60px;
	padding: 0;
	bottom: 0;
	vertical-align: top;
}

#ban_top a {
	width:725px;
	height:60px;
	display:block;
	text-indent:-1000em;
	background-image:url(../images/top_off.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

#ban_top a:hover{
	background-image:url(../images/top_on.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	}

#ban_lang { 
	float: right;
	width: 70px;
	height: 60px;
	bottom: 0;
	vertical-align: top;
}

.inner_content {
	padding-top: 5px;
	width: 680px;
	float: right;
	/*height: 750px;*/
	/*border: 1px orange solid;*/
	/*background-color: #2a71a0;*/
}

.content {
	width: 600px;
	padding: 5px;
	border: 1px gray solid;
}

/*.sub_content {
width: 565px;
height:100px;
margin: 0 auto;
overflow: auto;
text-align: left;
padding: 3px;
background-color: #ffffff;
border: 1px gray solid;
}*/

/*------------------------------------------------------*/

.campbox_l {
width: 400px;
padding: 3px;
margin: 0 auto;
float: right;
}

.campbox_l h2 {
padding: 5px;
}

.campbox_l p {
color: gray;
line-height: 1.5em;
padding: 5px;
font-size: 10pt;
}

.campbox_l table td {
padding: 3px;
text-align: center;
}

/*------------------------------------------------------*/

.campbox_r {
width: 400px;
padding: 3px;
margin: 0 auto;
float: left;
}

.campbox_r h2 {
padding: 5px;
}

.campbox_r p {
color: gray;
line-height: 1.5em;
padding: 5px;
font-size: 10pt;
}

.campbox_r table td {
padding: 3px;
text-align: center;
}

/*------------------------------------------------------*/

.white {
clear: both;
height: 10px;
}

.footer {
width: 810px;
padding: 5px;
margin:0 auto;
text-align: center;
color: gray;
font-size: 10pt;
/*background-color: #ddf2f6;*/
/*border: 1px black solid;*/
}

