﻿* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {
	padding:1px 0;
	background:url(./img/all_bg.gif) repeat-x;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #FFF url(./img/wrapper_bg.gif) repeat-y;
}

#header {
	height:160px;
	background: #FFF url(./img/headerp2.jpg) no-repeat;
	color:#FFF;
}

/* #main,#side用のblock */
#content {
	width: 710px;
	margin: 0 auto;
}

#content #main {
	float:left;
	width: 495px;
}

#content #side {
	float:right;
	width: 200px;
	background: #FFF url(./img/side_bg.gif) repeat-y;
}

/*ページ送り*/
#page_area {
	margin:10px 0 0 0;
}


/* フッター */
#footer { clear:both; width : 740px ; }

.copyright{
color:#999999;
font-size:12px;
line-height:130%;
text-align:center;
margin:0px;
padding:8px 5px 8px 5px;
background: #eeeeee;
}


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

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

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #2A2666; text-decoration: none; }
#side a:link		{ color: #2A2666; text-decoration: none; }
#side a:visited		{ color: #2A2666; text-decoration: none; }
#side a:active		{ color: #2A2666; text-decoration: none; }
#side a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}

/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding:0.2em;
	margin:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

.submit {

}

img {
float:left;
margin-right:10px;
border: 0px;
}



/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	padding: 65px 0 0 25px;
	font-family : "arial";
	font-size:large;
}

#header p {
	margin: 5px 0 0 25px;
}




/* =================================== */
/* #main */
/* =================================== */

/*エントリーナビゲーション*/
#main .entry_navi{
	margin:0 0 10px 0;
	padding-top:20px;
	text-align:left;
}

/* エントリー部分全体 */
#main .entry_area {
	padding-top:20px;
	padding-left:30px;
}

/* エントリータイトル */
#main h2 {
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(./img/entry_head.gif) no-repeat;
	background-position:left;
}

/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}

/* エントリー本文 */
#main .entry {
margin:10px 0px;
padding-left:30px;
}

/* 目次用エントリー */
#main .mentry {
margin:10px 0px;
padding-left:30px;
height:80px;
}

/* エントリー説明 */
#main .entry_dis {
margin-left:100px;
padding-left:0px;
}


/* エントリー情報 */
#main ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	font-size:0.8em;
}

/* エントリーエンド */
#main .end {
margin:10px 0px;
text-align:center;
height:100px;
}

/*表のデザイン*/
table{
	margin: 5px 0;
	font-size: 90%;
}

th,td{
	padding: 0.8em;
	height: 20px;
	border: 1px solid #333;
	vertical-align: top;
}

th{
	width: 28%;
	font-weight: bold;
}

/* =================================== */
/* サイドコンテンツ */
/* =================================== */

/*サイドコンテンツヘッダー画像*/
#side .side_header {
position:relative; top:0px;
	padding:10px 15px 0 15px;
/*	background: url(./img/side_header.jpg) no-repeat;*/
}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:30px;
	background: url(./img/side_bottomgif.gif) no-repeat;
}

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
	padding-left:15px;
	background:url(./img/side_list.gif) no-repeat;
	background-position:left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
	}
	
#side dd{
	padding:5px 0 0 0;
	background:url(./img/dd.gif) no-repeat;
	line-height: 1.2em;
}

#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background:url(./img/side_disc.gif) no-repeat 0 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}


/* =================================== */
/* ページ送り */
/* =================================== */


#page_area .page_navi {
	float:left;
	width:345px;
	}

#page_area .page_top {
	float:right;
	width:150px;
	text-align:right;
}