@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

html {
color: #000;
font: 12px "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {	
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;
}

/* layout */

#wrapper_body {
	padding:0;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color:#FFF;
	border-right:solid #265491 2px;
	border-left:solid #265491 2px;
}

#menu {
   width:780px;
   margin-top:5px;

}

p {
	font-size:12px;
	line-height:1.5;
	
}

/* menu */

#menu ul {
   margin-left:12px;
}

#menu li {
   float:left;
   list-style-type:none;
   margin-left:2px;
   padding:0;
}

/* footer */

address {
	padding-top:10px;
	font-size:0.8em;
	font-style:normal;
	color:#333;
}

#footer {
	border-top:4px solid #539149;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

/* link */

/* 全般 */
a 		{ color: #265491; text-decoration: underline; }
a:link		{ color: #265491; text-decoration: underline; }
a:visited	{ color: #265491; text-decoration: underline; }
a:active	{ color: #265491; text-decoration: none; }
a:hover		{ color: #265491; text-decoration: none; background:#CCC;}


/* deco */

.clear {
	clear: both;
	font: 0/0 sans-serif;
}

.blue {
	color:#265491;
}

