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

*{
	padding: 0;
	margin: 0;
}

body{
	font-size: 1em;
	padding: 0;
	margin: 0;
	background-color:#eeeeee;
}

caption {
	font-size:0.9em;
	text-align:left;
	}


td,th {
	font-size:0.8em;
}


/*リンク関係*/
A {
	color: #0000ff;
	text-decoration: none;
}


a:hover{
	color: #ff0000;
	text-decoration: underline;
}




/*外枠*/
#outer{
	margin-top: 10px;
	margin-left: 10px;
	width:810px;
	position: relative;
	border: 1px solid silver;
	background-color:#ffffff;
}

/*-- ヘッダー部分 --*/

#header{
	height: 150px;
	margin-bottom: 2em;
	background: url(/tombo/common/img/img_head.jpg) no-repeat 280px 100%;
}

/*-- Body部分 --*/
#csbody{width: 100%;}

/*-- コンテンツ部分 --*/
#contents{
	float: right;
	width:600px;
}

#contents p{
	line-height: 1.5;
	margin-bottom: 1em;
	font-size:0.9em;
	margin-right: 2px;
}


/*-- サイドバー部分 --*/
#sidebar{
	float: left;
	width:200px;
	padding-left:5px;
	background-color:#FDFDFD;
	border-right: 1px solid #eeeeee;
}

/*-- フッター部分 --*/
#footer{
	clear: both;
	width: 100%;
	padding: 2em 0 1em;
	font-size:0.8em;
	color:#313131;
	border-top: 1px solid silver;

}


/*-- トップリンク部分 --*/
#glnk{
	position: absolute;
	top: 30px;
	right: 10%;
	font-size:0.8em;
}

#glnk ul{
	list-style-type: none;
}

#glnk li{
	display: inline;
}

/*#glnk li a{
	padding: 0.5em 5px 0.5em 15px;
}*/

#globalnavi li a:hover{
	text-decoration: underline;
}


/*パンくずリスト*/
#plist {
		position:absolute;
		top:150px;
		font-size:0.6em;
		text-indent:30px;
}



/*-- サイトタイトル --*/
h1{
	font-size: 1.3em;
	margin-left: 10px;
	padding: 5px 30px;
}

h2 {
	font-size:1.1em;
	margin-bottom:5px;
}

/*タイトル前に「→」アイコンを付加*/
h3 {
	font-size:1.0em;
	margin-bottom:5px;
	text-indent:15px;
	background: url(/tombo/common/img/img-list.gif) no-repeat;
}

h4 {
	font-size:1.0em;
	margin-bottom:5px;
}

/*サイドバータイトル用*/
.p_sidetitle{
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #99cc00;
}



/*サイドバー用リスト*/
.localnavi{
	list-style-position: inside;
	color: #000000;
	margin: 1em 0 2em;
}

.localnavi li{
	list-style:none;
	padding: 5px 0;
	border-bottom: 1px solid silver;
	font-size:1.2em;
}

.localnavi li a{
	text-decoration: none;
	color:#000000;
}

.localnavi li a:hover{
	text-decoration: underline;
	padding-right: 10px;
	margin-left:2px;
}

/*リストサブカテゴリ*/
/*.sub_localnavi{
	list-style-position: inside;
	color: #eeeeee;
}

.sub_localnavi li{
	margin-left: 10px;
	padding: 5px 0;
}

.sub_localnavi li a{
	list-style-type: square;
	text-decoration: none;
	color:#eeee00;
}

.sub_localnavi li a:hover{
	text-decoration: underline;
	padding-right: 10px;
	border-right: 3px solid #ff0000;
}
*/


/*その他*/
.goptop {
	text-align:right;
	font-size:0.8em;
	margin-right:5px;
}

.img-left {
	float: left;
	margin: 0.3em 0.5em 0em 0em;
	border: 0;
	/*border: solid 1px #646464;*/
}

.clears { clear: both; }
.comment { font-size: 0.7em; }
.dummy_sp { font-size: 1px; margin-top:20px; }
.dummy { font-size: 1px; }
