*{

	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 80%;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: url("images/wrapper_back.gif") repeat-x left top #FFF;
}

/*** 外ボックスシャドウ ***/

div#shadow{
	margin: 0 auto;
	width: 780px;
	background: url("images/shadow.jpg") repeat-y;
}

/*** ヘッダー ***/

div#header{
	margin: 0 auto 5px auto;
	padding: 20px 0px 0px 10px;
	width: 730px;
	height: 50px;
	background: url("images/header_back.gif") repeat-x bottom;
}


/*** メニュー ***/

div#menu{
	margin: 0 auto;
	width: 740px;
	background: #FFF;
}

/*** ニュース ***/

div#news{
	margin: 20px auto 0px auto;
	padding: 0px 10px 10px; 10px;;
	width: 710px;
	background: #FFF;
	border-right: 1px solid #FFA4A4;
	border-bottom: 1px solid #FFA4A4;
	border-top: 1px solid #FFCCCC;
	border-left: 1px solid #FFCCCC;
}

/*** コンテンツ ***/

div#contents{
	margin: 10px auto 0px auto;
	padding: 10px;
	width: 720px;
	background: #FFF;
}

/*** フッター ***/

div#footer{
	margin: 5px auto 0px auto;
	padding: 5px 5px 2px 5px;
	width: 730px;
	background: url("images/footer_back.gif");
}

/*** COPYRIGHT ***/

div#copyright{
	float:left;
}

/*** decoウェブバナー ***/

div#deco_banner{
	float:right;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

/************ ここからスタイル定義 ************/

/*** ヘッダー内リンク ***/

#header a{
	color:#CC9900;
	text-decoration:none;
}

#header a:hover{
	color:#FF9393;
	text-decoration:none;
}

/*** ニュースのタイトル ***/

#news div{
	margin: 3px 0px 5px 0px;
	padding: 5px 5px 5px 20px;
	color: #FF7D7D;
	background: url("images/news_mark.gif") no-repeat left;
}

/*** メニューリスト ***/

#menu ul{
	list-style: none;
}

#menu li{
	float: left;
	margin: 0px;
}

#menu li.menu a, #menu li.home a{
	display: block;
	padding: 5px 10px;
	width: 164px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	background: url("images/menu_back.jpg") repeat-x;
}

#menu li.menu a{
	border-right: 1px solid #FFA4A4;
}

#menu li.home a{
	border: 0;
}

#menu li a:hover, #menu li a:hover.home{
	font-weight: bold;
	background: #bbb;
	text-decoration: none;
	color: #FFF;
	background: url("images/menu_back_ov.jpg") repeat-x;
}

/*** コンテンツ内p定義 ***/

#contents p{
	margin: 10px 0px;
	line-height: 1.4;
}

/*** コンテンツ内画像位置 ***/

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
	padding-left: 25px;
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-size: 1.3em;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 5px  0px 20px 0px;
	padding: 5px 0px 5px 20px;
	font-size: 1em;
	background:url("images/h2_mark.gif") no-repeat left top;
	border-bottom:1px dotted #FFCCCC;
}