* {
	color:#000000;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


body {
	margin:0;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	text-align: center;
}

h1 {
	text-indent: -10000px;
}

h1 a{
	display:block;
	width:300px;
	height:50px;
	margin-left: 460px;
}

h2 {
	font-size: 30px;
	padding-left: 10px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(img/h2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: bottom;
	padding-bottom: 3px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-top: 3px;
	clear: both;
}

h4,h4 a {
	color: #404040;
	line-height: 20px;
	margin-right: 20px;
	padding-top: 2px;
	padding-left: 5px;
}



a {
	color:#0000CC;
}

a:hover {
	color:#FF3300;
	text-decoration: none;
}


strong, em {
	color:#CC0000;
	background-color: #FFFFCC;
	font-size: larger;
}


img, img a{
border:0px none #fff;
color:#fff
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	margin:0 auto;
	width:760px;
	background-color: #FFFFFF;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#headder {
	width:760px;
	height:50px;
	background-image: url(img/type_head.gif);
	
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

#contents p {
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
}


#contents h3 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 10px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 20px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-right: 10px;
}

#contents  h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9966;
	color: #CC3300;
	font-size: 18px;
	margin: 15px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
}

	/* リスト（横位置） */
ul.inl {

}

ul.inl li {
	display : block;
	float: left;
	margin-right: 5px;
	list-style-type: none;
	margin-bottom: 10px;
}

ul.inl a {
	border:2px solid #CC0000;
	background-color:#990000;
	font-size:12px;
	color:#FFFFFF;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
ul.inl a:hover {
	border:2px solid #FF6600;
	background-color:#FFFFCC;
	text-decoration:none;
	color:#000000;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.inl strong {
	border:1px dotted #FF6600;
	background-color:#FFEEDD;
	font-size:14px;
	text-decoration:none;
	color:#990000;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

	/* テーブル */

#contents table {
	border-collapse:collapse;
	border:1px solid #999590;
	border-spacing:0;
	empty-cells:show;
}

#contents td {
	padding: 10px;
	border: 1px solid #BBB6B0;
	vertical-align: top;
}

#contents th, #container td {
	padding:5px;
	border:1px solid #666;
	background-color:#F1F0EC;
	background-image: url(img/th_bg.jpg);
	text-align: center;
	font-size: 16px;
	color: #000000;
	background-repeat: repeat-x;
}

#container td {
background-color:#FFF;
}




/*
フッター
-------------------------------------------------------------------*/
#footer {
	clear:both;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}
.box {
	display: block;
	border: 1px solid #FF9966;
	color: #B13033;
	padding: 5px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#contents .dlist li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 120%;
	display: block;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-left: 13px;
	font-weight: bold;
}
#contents .news {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FF6600;
}
#footer a {
	font-size: 10px;
}
#footer #pr a {
	color: #554433;
	font-size: 9px;
}
#pr {
	font-size: 9px;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}
.st {
	text-decoration: line-through;
}
#contents .keshi {
	text-decoration: line-through;
}
#contents td p {
	margin: 0px;
}
#contents .t_img {
	text-align: center;
	padding: 10px;
}

#wrap{
	width:600px;
	margin: auto;
	text-align: left;
	border: 1px solid #000066;
	background-color: #FFFFFF;
}

#content{
padding:20px;
}
#banner{
	background-image:url(img/head.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 600px;
}
#foot{
background-color:#000033;
}
