@charset "utf-8";
/* ===================================================================
CSS information
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

a {
	color:#006699;
	text-decoration: none;
}
a:visited {
	color:#006699;
	text-decoration: none;
}
a:hover {
	color:#006699;
	text-decoration: underline;
}

/*コンテンツ▼*/
#wrapper {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg/p.png);
	background-repeat: repeat-y;
}
#pagebody {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー*/

#header {
	clear:both;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 651px;
	top: 4px;
	font-size: 0.9em;
	color: #FFF;
	height: 34px;
}


/*ヘッダー*/

/*メニュー*/

#nav {
	width: 850px;
	background-color: #000;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	color: #FFF;
}
#nav li a {
	text-decoration: none;
	font-size: 13px;
}
#nav li a:first-letter {
	text-decoration:underline;
}
#nav li a:hover {
	background-color: #0094C2;
	color: #FFFFFF;
}
/*メニュー*/

/*レフトコンテンツ*/


#left_c {
	float: left;
	width: 240px;
	padding: 5px;
}
#left_pdf li {
	background-image: url(images/pdf_icon.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	height: 35px;
}
#left_pdf2 li {
	background-image: url(images/pdf_icon.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	font-size: 17px;
	height: 55px;
}
#left_c .entry2 {
	background-image: url(images/left_mark.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	font-size: 16px;
	height: 26px;
	margin-top: 25px;
	margin-bottom: 5px;
}
#left_t2 {
	background-image: url(images/left_mark.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	font-size: 16px;
	height: 50px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.left_textbox {
	font-size: 12px;
	color: #666;
	background-color: #FFC;
	padding: 5px;
}
/*メインコンテンツ*/

#contents {
	clear: both;
	margin-top: 18px;
}


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


#main .twitter {
	float: right;
	width: 200px;
}
#main .news {
	float: left;
	width: 370px;
}
#main .fb {
	margin-top: 8px;
}


/*フッター*/

#footer {
	clear:both;
	background-color: #010066;
	padding-top: 10px;
	padding-bottom: 55px;
	width: 100%;
	margin-top: 22px;
}
#footer address {
	clear:both;
	margin: 5px;
	color: #FFF;
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
