
/* 基本設定 */
*{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-family: Verdana, Arial, sans-serif;
}

body{
	background:#fff09e;
	color:#333;
	text-align:center;
}

br{
	letter-spacing:normal;
}

a{
	color:#fff;text-decoration:none;
}

a:hover{
	color:#fff;text-decoration:none;
}

img{
	border:0px;
}

/* テンプレート */
#temp{
	width:800px;
	text-align:left;
	line-height:22px;
	letter-spacing:1px;
	margin:0px auto;
	border-left:1px solid #fff09e;
	border-right:1px solid #fff09e;
}

#header{
	background:url("img/header-4.jpg") no-repeat;
	width:800px;height:149px;
	text-align:right;
}

#menu{
	background-color:#de8181;
	width:800px;height:30px;
	text-align:left;color:#fff;
}

#main{
	background-color:#fff;
	width:740px;
	text-align:left;
	padding:0px 30px 0px 30px;
}

#main p{
	text-align:left;
	padding:0px 30px 0px 30px;
}

#footer{
	background:#de8181;
	width:800px;
	color:#fff;
	padding:8px 0px 8px 0px;
	text-align:center;
	font-size:12px;
}
#footer a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

/* タイトル部分 */
h1 a{
	padding:5px 0px 5px 5px;
	color:#e26305;
        text-decoration:none;
}

h1 a:hover{
	padding:5px 0px 5px 5px;
	color:#e26305;
        text-decoration:none;
}

#header h2 a{
	padding:15px 10px 0px 5px;
	font-size:16px;
	color:#9f2635;
}

/* メニュー部分 */
#menu ul{
	list-style-type:none;
	height:24px;
}

#menu li{
	display:inline;
	padding:0px
}

#menu a{
	color:#fff;
	display:block;
	line-height:30px;
	float:left;
	text-decoration:none;
	padding:0px 10px;
	font-size:14px;
}

#menu a:hover{
	display:block;
	background-color:#ff5e5e;
	color:#9f2635;
	text-decoration:none;
}

#menu #current{
	color:#fff;
	line-height:30px;
	float:left;
	padding:0px 15px;
	background-color:#de8181;
}

/* ページタイトル */
#page_title{
	color:#e97e0b;
	font-size:24px;
	font-family:Times New Roman,serif;
	font-weight:bold;
	padding:5px 0px;
}

/* メインコンテンツの見出し */
#main h2{
	background:url("img/mark.gif") no-repeat;
	padding:1px 0px 3px 25px;
	color:#463202;
}

#main h3{
	background:url("img/mark.gif") no-repeat;
	padding:1px 0px 3px 25px;
	color:#e26305;
	font-size:24px;
}

/* メインコンテンツのdd */
dd{
	margin:0px 0px 12px 12px;
}

/* ボタン */
#main p#affi-btn-kouza {
background: none;
margin: 0px;
padding: 0px;
line-height: 100%;
text-indent: -8888px;
overflow: hidden;
margin-bottom: 20px;
margin-left: 155px;
}
#main p#affi-btn-kouza a {
background: url(img/aff-btn-or.jpg) repeat-y;
display: block;
height: 44px;
width: 355px;
}

#main p#affi-btn-kouza a:hover {
background-position: 0 -44px;
}


/* 文字の色や強調 */

.n10  {font-size: 10px}
.n11  {font-size: 11px}
.n12  {font-size: 12px}
.n13  {font-size: 13px}
.n14  {font-size: 14px}
.n15  {font-size: 15px}

.cb {color: #cc3300; font-weight: bold}

.redb {color: red; font-weight: bold}
.redl {color: red; font-weight: bold; font-size: 16px}
.red18 {color: red; font-weight: bold; font-size: 18px;text-align: center;}

.blue  {color: blue; font-weight: normal}
.blueb {color: blue; font-weight: bold}
.bluel {color: blue; font-weight: bold; font-size: 16px}

.green  {color: green; font-weight: normal}
.greenb {color: green; font-weight: bold}
.greenl {color: green; font-weight: bold; font-size: 16px}

.orange  {color: orange; font-weight: normal}
.orangeb {color: orange; font-weight: bold}
.orangel {color: orange; font-weight: bold; font-size: 16px}

