@charset "Shift_JIS";

/* ========BASIC======== */
body{
	font-size : 0.8em;
	font-family : Verdana,Osaka,'MS UI Gothic';
	color:#333;
	line-height:150%;
	margin:0;
	letter-spacing:0.05em;
	background-attachment: fixed;
	background-image: url(images/2011_no1.jpg);
	background-repeat: no-repeat;
	background-position: 110% 125%;

}

a{
color:#899501;
text-decoration:none;
}

a:hover{
	color:#F60;
	cursor:e-resize;
}

image{
border:0;
}

br{
letter-spacing:normal;
}

/* タイトル */
h1{
	font-size:24px;
	color:#14834F;
	font-weight:bold;
	text-align:center;
	margin:30px;
}
.subtitle {
	color: #499A6D;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
}


/* ========TEMPLATE FRAMEWORK======== */
div#wrapper  {
margin-right:400px;
text-align:left;
padding:10px;
}

/* ========MENU CUSTOMIZE======== */
div#menu{
}

div#menu ul{
list-style:none;
padding-left:90px;
margin:30px 0;
}

div#menu li{
display:inline;
padding-right:30px;
}

/* ========CONTENTS CUSTOMIZE======== */
div#contents{
}

div#contents h2{
	padding:3px 3px 3px 45px;
	border-bottom:1px #899501 dotted;
	font-size:1em;
	font-weight:normal;
	line-height:30px;
	margin:0;
	background-image: url(images/icon1.gif);
	background-repeat: no-repeat;
	color: #333;
}

div#contents p{
margin:0;
padding:0.5em 0 2em 0;
}

div#contents strong{
color:red;
font-weight:normal;
border-bottom:1px dashed #999;
}

/* ========FOOTER CUSTOMIZE======== */
div#footer{
font-size:0.9em;
text-align:center;
padding:10px;
border-top:5px double #899501;
}
