/*リセット*/

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

/*全般*/

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #34418C;
	background-color: #F0F1EC;
	line-height: 150%;
	background-image: url(../img/back.jpg);
	text-align:center;
	background-repeat: repeat-y;
	background-position: center;

}

img {
	border:0;
}

#wrapper{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

a:link{
	color: #34418C;
}

a:visited{
	color: #34418C;
}

a:hover{
	color: #FF9900;
}

a:active{
	color: #FF9900;
}

/*ヘッダー---------------------------*/

#header{
	height:170px;
}

#header img {
	position: relative;
	left: 50px;
	top: 50px;
	right: 0px;
	bottom: 16px;
}

/*フッター---------------------------*/

#footer{
	clear: both;
	padding-top: 50px;
	padding-bottom: 10px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;

}

/*レイアウト---------------------------*/

#menu {
	float: left;
	width: 180px;
}

#main {
	float: right;
	width: 600px;
}

#content:after {
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*メニュー---------------------------*/

#menu ul{
	margin-left: 45px;
	padding:0;
	list-style:none;
}

#menu li,#menu a{
	display: block;
	width: 100px;
	height: 45px;
}

#menu li{
	text-indent: -9999px;
}

#menu a{
	text-decoration: none;
	color: #FF7F00;
	background: url(../img/menu.gif) no-repeat;
}

#item01 a {background-position:0 0}
#item02 a {background-position:0 -45px}
#item03 a {background-position:0 -90px}
#item04 a {background-position:0 -135px}
#item05 a {background-position:0 -180px}
#item06 a {background-position:0 -225px}
#item07 a {background-position:0 -270px}
#item08 a {background-position:0 -315px}
#item01 a:hover {background-position:-100px 0px}
#item02 a:hover {background-position:-100px -45px}
#item03 a:hover {background-position:-100px -90px}
#item04 a:hover {background-position:-100px -135px}
#item05 a:hover {background-position:-100px -180px}
#item06 a:hover {background-position:-100px -225px}
#item07 a:hover {background-position:-100px -270px}
#item08 a:hover {background-position:-100px -315px}

/*メイン---------------------------*/

#main h2{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 26px;
	padding-right: 0px;
	padding-left: 0px;
}

div.date{
	color: #8195A7;
}

div.txt{
	margin-bottom: 20px;
}

div.txt p{
	margin: 0px;
	padding: 0px;

}

div.txt h3{
	margin-bottom: 8px;
	font-weight: bold;
	color: #131146;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
div.txt img{
	margin-bottom: 10px;
}
