/*
Theme Name: テンプレート
Theme URI: http://homepage.decoweb.jp/
Description: テンプレート。
Version: two-left
Author: decoweb
Author URI: http://www.decoweb.jp/
*/

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #333;
	background: url("images/body_back.gif") repeat #996633;
	word-wrap: break-word;
}

img{
	border: 0;
}

/*** 通常リンク ***/

a:link,
a:visited,
a:hover{
	color: #996633;
}

a:hover{
	text-decoration: none;
}

/*** 外ボックス ***/

div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/*** ヘッダー ***/

div#header{
	width: 800px;
	height: 240px;
	padding: 0;
	background: url("images/header_back.jpg") no-repeat left top;
}

/*** h1 ---- ヘッダー内サイト名 ***/

div#header h1{
	font-size: 1.4em;
	padding: 65px 0 0 100px;
}

div#header h1 a{
	color: #FF6600;
	text-decoration: none;
}

div#header h1 a:hover{
	color: #FF9933;
	text-decoration: underline;
}

/*** h2 ---- ヘッダー内サブタイトル ***/

#header h2{
	margin: 0;
	padding: 10px 0 0 100px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

/*** メインボックス ***/

div#main{
	width: 800px;
	margin: 0;
	background: #FFF;
}

/*** コンテンツ ***/

div#contents{
	width: 558px;
	margin: 0 5px 20px 10px;
	padding: 10px 5px 10px 10px;
	float: right;
	background: transparent;
	border: 1px solid #996633;
	overflow: hidden;
}

/*** コンテンツ内p定義 ***/

#contents p{
	margin: 10px;
	line-height: 1.3;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 20px 0 0 0;
	padding: 15px 0 20px 65px;
	font-size: 1.2em;
	background: url("images/h2.gif") no-repeat left top;
}

/*** h3 ---- コンテンツの見出し ***/

#contents h3{
	margin: 15px 0;
	padding: 5px 10px;
	font-size: 1em;
	color: #FFF;
	background: #996633;
}

/*** h4 ---- コンテンツの見出し ***/

#contents h4{
	margin: 15px 10px;
	padding: 2px 5px;
	font-size: 1em;
	border: 1px solid #996633;
}

/*** 引用 ***/

#contents blockquote{
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	color: #996633;
	background: url("images/blockquote_back.gif") repeat;
}

/*** コンテンツ内画像 ***/

#contents img{
	margin: 5px 0;
	border: 1px solid #EAD5BF;
}

/*** コンテンツ内リスト定義 ***/

#contents ul{
	list-style: none;
	margin: 5px 20px;
}

#contents ul li{
	display: block;
	margin: 2px 0 0 0;
	padding: 0 0 2px 25px;
	background: url("images/contents_li_back.gif") no-repeat left top;
}

#contents ol{
	margin: 5px 20px 5px 45px;
}

/*** ニュース ***/

div#news{
	margin: 0 0 30px 0;
	padding: 10px 10px 5px 10px;
	background: url("images/news_back.gif") repeat;
	line-height: 140%;
	height: 1%;
}

div#news div.news_logo{
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	height: 70px;
	background: url("images/news_logo.gif") no-repeat left top;
}

div#news div.news_txt{
	width: 80%;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
}

#contents div.news img{
	border: 0;
}

/*** page up ***/

div.pageup{
	margin: 20px 0 0 0;
	text-align: right;
}

/*** サイド ***/

div#side{
	width: 200px;
	float: left;
}

/*** メニュー ***/

div#menu{
	width: 200px;
	margin: 0;
	padding: 0;
}

/*** メニューリスト ***/

#menu ul{
	width: 195px;
	list-style: none;
	margin: 0 0 0 5px;
}

div#menu ul li a{
	width: 165px;
	display: block;
	margin: 0 0 1px 0;
	padding: 8px 0 0 30px;
	text-decoration: none;
	color: #FFF;
	background: url("images/menu_back.jpg") no-repeat left top;
	height: 22px;
}

#menu li a:hover{
	text-decoration: none;
	background: url("images/menu_back_ov.jpg") no-repeat left top;
	color: #996633;
}

/*** サイドフリーエリア ***/

div.free{
	width: 185px;
	margin: 15px 10px;
}

/*** フッター ***/

div#footer{
	width: 800px;
	margin: 0;
	padding: 5px 0;
	background: url("images/footer_back.jpg") repeat-x;
}

/*** COPYRIGHT ***/

div#copyright{
	text-align: center;
}

/*** decoウェブバナー ***/

div#deco_banner{
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}
