*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 600px;
	background: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/*** ヘッダー ***/

div#header{
	padding: 10px;
	height:50px;
	background: #FFF;
	border-bottom: 1px solid #999;
}

/*** メインボックス ***/

div#main{
	margin: 0;
	background: #FFF;
}

/*** ヘッダー下画像 ***/

div#photo{
	margin-bottom: 10px;
}

/*** メニュー ***/

div#menu{
	margin: 10px 0px 0px 5px;
	float: left;
	width: 180px;
	background:	transparent;
}

/*** ニュース ***/

div#news{
	margin:10px 10px 25px 0;
	padding:5px 10px;
	border:1px solid #999;
	background: #FFF;
}

/*** コンテンツ ***/

div#contents{
	margin: 5px 5px 10px 0;
        float:right;
	width: 590px;
	background: transparent;
}

/*** フッター ***/

div#footer{
	margin: 0;
	padding: 6px 5px 1px 5px;
	width: 590px;
	background: #FFF;
	color: #222;
	border-top: 1px solid #999;
}

/*** COPYRIGHT ***/

div#copyright{
	float:none;
}

/*** decoウェブバナー ***/

div#deco_banner{
	float:right;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

/************ ここからスタイル定義 ************/

/*** ヘッダー内リンク ***/

#header a, #header a:hover{
	color: #222;
	text-decoration: none;
}

/*** ニュースのタイトル ***/

#news div{
	margin-bottom: 8px;
	font-weight: bold;
	color: #222;
	border-bottom: 2px dotted #999999;
}

/*** メニューリスト ***/

#menu ul{
	list-style: none;
}

#menu li{
	margin: 5px 0;
}

#menu li a{
	display: block;
	padding: 5px 5px 5px 20px;
	width: 155px;
	font-weight: bold;
	text-decoration: none;
	background: url("images/menu_arrow.gif") no-repeat left top #FFF;
	color: #222;
	border: 1px solid #999;
}

#menu li a:hover{
	background: url("images/menu_arrow_ov.gif") no-repeat left top #FFF;
	text-decoration: none;
	color: #222;
}

/*** コンテンツ内p定義 ***/

#contents p{
	margin: 15px 0px;
	line-height: 1.8;
}

/*** コンテンツ内画像位置 ***/

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
	padding-left: 25px;
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-size: 1.3em;
	color: #FFF;
	margin: 5px 0px 0px 5px;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 2px 10px;
	font-size: 1em;
	background: url("images/h2_mark.gif") no-repeat left bottom;
	border-bottom: 3px double #999;
	border-left: 3px solid #999;
}




.style1 {
	font-size: xx-large;
	font-weight: bold;
	color: #660099;
}
.style2 {
	font-size: x-large;
	font-weight: bold;
}
.style4 {
	font-size: large;
	font-weight: bold;
}
.style5 {color: #FF0000}
.style7 {
	color: #FF0000;
	font-weight: bold;
	font-size: large;
}
.style9 {
	color: #FF0000;
	font-weight: bold;
	font-size: x-large;
}
.style10 {color: #0000FF}
.style11 {font-size: x-large}
.style12 {font-size: large}
.style14 {font-size: xx-large; color:#FF0000;}