* {
	margin:		5px 0px 5px 0px;
	list-style-type: none;
	line-height:1.4;
}

body{
	background-color: #ffff99;
	color: #FFBB71;
}

/*

	リンクカラー設定

-------------------------------*/
a:link {
	color:#ff3333;
}

a:active {
	color:#CC99FF;
}

a:visited {
	color:#ffb47f;
}

body,div,span,font,input {
	font-family: HiraKakuProN-W6;

	font-size:18px;
}


div {
	display:block;
}


dl {
	margin:0;
}


dd {
	margin:0 0 0 20px;
}


form {
	margin:0;
}


input[type=text] {
	width:180px;
}


#pad {
	padding:5px 0px;
}

select {
	font-weight: bold;
	font-size: 18px;
	}


/* -----------------------------------------テーブルリンク----------------------------------------- */

table#header_table {
    width: 100%;
    border: 1px #AFAFAF solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}

table#header_table th {
    padding: 5px;
    border: #AFAFAF solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
}

table#header_table td {
//    padding: 5px;
    width: 33%;
    height: 1.1em;
    border: 1px #AFAFAF solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#header_table a {
	display: block;
	width: 100%;

}


/* -----------------------------------------新着掲示板----------------------------------------- */

table#new_table {
    width: 100%;
    border: 1px #AFAFAF solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}

table#new_table th {
    padding: 5px;
    border: #AFAFAF solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
}

table#new_table td {
//    padding: 5px;
    width: 33%;
    height: 1.1em;
    border: 1px #AFAFAF solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table#new_table a {
	display: block;
	width: 100%;
	text-decoration: none;
	background: url("/sp/img/listArrow.png") right no-repeat;

}

/*----------------------------------------掲示板リスト------------------------------------*/

.bbslist ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
}

.bbslist li{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: auto;
		font-family: HiraKakuProN-W6;
//		font-size: 20px;
//		line-height: 20px;
		border-bottom: solid 1px #AFAFAF;
		border-left:3px groove  #CC3300;
}


.bbslist li a {
	display: block;
	height: auto;
	padding: 0px 0px 5px 5px;
	background: url("/sp/img/listArrow.png") right no-repeat;
	text-decoration: none;
}



/* -----------------------------------------カテゴリリンク----------------------------------------- */

table.category_table {
    width: 100%;
    border: 1px #AFAFAF solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}

table.category_table th {
    padding: 5px;
    border: #AFAFAF solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
}

table.category_table td {
//    padding: 5px;
    width: 33%;
    height: 1.1em;
    border: 1px #AFAFAF solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table.category_table a {
	display: block;
	width: 100%;

}


/* -----------------------------------------リンクテーブル----------------------------------------- */

table.link_table {
    width: 100%;
    border: 1px #AFAFAF solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}

table.link_table th {
    padding: 5px;
    border: #AFAFAF solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
}

table.link_table td {
//    padding: 5px;
    width: 33%;
    height: 1.1em;
    border: 1px #AFAFAF solid;
    border-width: 0 0 1px 1px;
//    text-align: center;
}

table.link_table a {
	display: block;
	width: 100%;
	text-decoration: none;
}



/* -------------------------------------ヘッダドロップダウンメニュー-------------------------------- */

#ddm{
//	margin: 0;
//	margin-left: auto;
//	margin-right: auto;
//	text-align: center;
//	vertical-align: middle;
//	padding: 0px 0px 0px 0px;
//	background: -moz-linear-gradient(top, #e9e9e9, #f9f9f9);
//	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f9f9f9));

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 30px;
	width: 150px;
	background-image:-moz-linear-gradient(top, #d9d9d9, #f2f2f2);/*枠内のグラデーション*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#f2f2f2), color-stop(1,#d9d9d9));/*枠内のグラデーション(他のブラウザに適用する為の記述)*/
	border:1px solid #FEFEFE;/*枠のボーダー*/
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.15);/*グラデーション*/
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.15);/*グラデーション(他のブラウザに適用する為の記述)*/
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.15);/*グラデーション(他のブラウザに適用する為の記述)*/
	padding: 10px;/*枠内の余白*/
	border-radius: 10px;/*角丸の大きさ*/
	-moz-border-radius: 10px;/*角丸の大きさ(他のブラウザに適用する為の記述)*/
	-webkit-border-radius: 10px;/*角丸の大きさ(他のブラウザに適用する為の記述)*/
	-khtml-border-radius: 10px;/*角丸の大きさ(他のブラウザに適用する為の記述)*/
	margin-top: 20px;/*枠の上部の余白*/
	margin-bottom: 20px;/*枠の下部の余白*/

}

#ddm li{
	float: center;
	list-style: none;
//	background-repeat: no-repeat;
//	background-position: right center;
	background-size: 52px 40px;
	-moz-background-size: 52px 40px;
	-webkit-background-size: 52px 40px;
	position: relative;
//	border: 1px ridge #CC3300;
	
}


#ddm li a{
	display: block;
	width: 150px;
	height: 20px;
	text-decoration: none;
//	border-left: 1px solid #0078a5;
}

#ddm ul{
	margin: 0;
	padding: 0;
	position: absolute;
	background: #f1f1f1;
	top: -999em;
}

#ddm li:hover ul,
#ddm li.sfHover ul{
	top: 46px;
}

#ddm ul li{
	float: none;
	display: inline;
}

#ddm ul a{
	width: 200px;
	height: 25px;
	padding: 4px 4px 0 14px;
	font-size: 18px;
	color: #4d4d4d;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 1px #ffffff;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	background-image: url(/sp/img/arrow.png);
	background-repeat: no-repeat;
}

#ddm ul a:hover{
	background-color: #e5e5e5;
}




/*----------------------------------------PR------------------------------------*/

.pr_thumbnail {
	margin:0;
	padding:7px 0 1px;
	min-height:108px;
	background:url("/sp/img/listArrow.png") no-repeat center right;
	background-size:20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	border-bottom:1px solid #AAA;
	clear:both;
}

.pr_thumbnail ul{
	margin:0;
	padding:0;
}

.pr_thumbnail a{
	display:block;
	margin:-5px 0 0;
	padding:6px 0 0;
	min-height:108px;
	text-decoration:none;
}
.pr_thumbnail .img{
	margin:0 7px;
	float:left;

}
.pr_thumbnail .title{
	margin:3px 25px 0 114px;
	font-size:15px;
	font-weight:bold;
	color:#00F;
	line-height:0.8em;
}
.pr_thumbnail .body{
	margin-top:2px;
	margin-right:25px;
	font-size:12px;
	line-height:14px;
}
.pr_table .pr_thumbnail:first-child{
	border-top:1px solid #AAA;
}
.pr_table .pr_thumbnail:last-child{
	border-bottom:1px solid #AAA;
}

.pr_table h2 {
	border-bottom: 1px solid #AFAFAF;
	border-top: 1px solid #AFAFAF;
	font-size: 17px;
	background: #F5F5F5;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:0;
}
