@charset "utf-8";
/* CSS Document */

/********** フォント初期値　**********/
p, h1, h2, h3, h4, h5, h6, ul,li {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
img{	
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
/********** フォント初期値　**********/

/********** リンク関係　**********/

a {
	text-decoration: none;
	font-weight: bold; 
 }
A:link    { color : #666633; }   
A:visited { color : #999900; }      
A:active  { color : #FF0000; }    
A:hover   { color : #cc3333; }   


a.tm_link {
	text-decoration: none;
	font-weight: bold; 
}
a.tm_link:link { color : #ffffff; }  
a.tm_link:visited { color : #cccccc; }
a.tm_link:active { color : #006600; } 
a.tm_link:hover { color : #ffff00; }


a.tw_link {
	text-decoration: none;
	font-weight: bold; 
	text-align: right;
}
a.tw_link:link { color : #666633; }  
a.tw_link:visited { color : #999900; }
a.tw_link:active { color : #FF0000; } 
a.tw_link:hover { color : #cc3333; }

/********** リンク関係　**********/

/********** テーブル関係　**********/
table { 
border-collapse: collapse;
border: 1px #999999 solid; 
width: 500px; 
table-layout: fixed; 
} 
th { 
color: #ffffff;
background-color: #666633;
border: 1px solid #999999;
padding: 10px;
width: 180px; 
} 
td { 
border: 1px solid #999999;
padding: 10px;
width: 320px; 
} 

/********** テーブル関係　**********/


li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000000;
	background-image: none;
	background-color: #FFCCCC; 
}

#container {
	width: 950px;
	height: 100%;	
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff; 
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 1px #cccccc;
}

#header {
	width: 950px;
	height: 120px;
	background-image: url(images/jpg/bk_header.jpg);
	background-repeat: no-repeat;
}

#header a {
	width: 435px;
	height:60px;
	display: block;
 	outline: 0;
	float: left;
}

#header a:hover {
}

#description {
	width: 500px;
	height: 50px;
	float: right;
	}
	
#description p {
	font-size: 12px;
	color: #666633;
	padding:5px;
	line-height: 16px;
	}
	
#tel {
	clear: both;
	float:right;
	width: 450px;
	height: 60px;
	}
	
#tel p {
	font-size: 48px;
	color: #666633;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	}

#header_menu {
	width: 930px;
	height: auto;
	color: #ffffff;
	background-color: #FF6666;
	text-align: center;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	border-top: solid 1px #cccccc;
}

#header_menu ul li{
	color: #ffffff;
	display: inline;
	margin-right: 3px;
	padding-left: 7px;
	border-left: 1px solid #ffffff;
}

#header_menu ul li.top {
	padding-left: 0;
	border-left: 0;
}

#navibar{
	width: 950px;
	height: auto;
}

#pankuzu {
	width: 615px;
	height: 20px;
	margin-top: 10px;
	padding-left: 15px;
	float: left;
}

#pankuzu h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: inline;
	white-space: nowrap;
}


#kensaku { 
	width: auto;
	height: 20px;
	margin-top: 10px;
	padding-right: 15px;
	float: right;	
}

#maincontent {
	width: 670px;
	height: auto;
	float: right;
	margin-bottom: 15px;
}

/* ここからメインコンテンツの中身の設定 */

#maincontent #flash {
	width: 640PX;
	height: 480px;
	float: right;
	display: block;
	margin-top: 15px;
	margin-right:10px;
	margin-bottom: 15px;
	background-image: url(images/jpg/flash01.jpg);
	background-repeat: no-repeat;
}

#maincontent #topic_in {
	float: right;
	width: 670px;
	height: auto;
	margin-bottom: 15px;
	padding: 0px;
}

 
.topic_window {
	float: right;
	width: 300px;
	height: 200px;
	background-color: #FFFFCC;
	display: block;
	margin: 10px;
	border: solid 1px #cccccc;
}

h2.tw_index {
	font-size: 16px;
	color: #000000;
	border-style: solid;
	border-color: #FF6666;
	border-width: 0px 0px 1px 10px;
	margin: 10px;
	text-indent: 10px;
	font-weight:bold;
}

p.tw {
	clear:left;
	font-size: 12px;
	color: #000000;
	padding:5px 10px 10px 10px;
	text-align: right;
	}

/********** リンク関係　**********/


li.tw_list {
	color: #000000;
	list-style-type: disc;
	margin-left: 30px;
	line-height: 25px;
	}
	
/********** リンク関係　**********/




.topic_under {
	float: right;
	width: 640px;
	height: auto;
	margin: 10px;
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
}

h2.tu_index {
	font-size: 16px;
	color: #000000;
	border-style: solid;
	border-color: #FF6666;
	border-width: 0px 0px 1px 10px;
	margin: 10px;
	text-indent: 10px;
	font-weight:bold;
}

p.tu {
	font-size: 12px;
	color: #000000;
	padding:10px;
	line-height: 16px;
	text-align: left;
	}

/* ここまでメインコンテンツの中身の設定 */

#sidebar {
	float: left;
	height: auto;
	width: 250px;
	margin-left: 15px;
}


#sidebar {
	float: left;
	height: auto;
	width: 250px;
	_margin-left: 5px;
}

#sidebar h3 {
	width:250px;
	height:30px;
	display: block;
	color: #333333;
	background-image: url(images/gif/banner.gif); 
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
}

#pickup {
	width: 250px;
	height: auto;
}

#pickup h3 {
	clear: both;
	width:250px;
	height:40px;
	display: block;
	color: #333333;
	background-image: url(images/gif/banner.gif); 
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
}

#pickup h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

#pickup p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

img.pickup {
	float: left;
	width: 120px;
	height: 90px;
	border: solid 1px #666633;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.tuzuki {
	float: right;
	margin-top:5px;
	margin-bottom:10px;
}

img.syatyou {
	width: 250px;
	height: 170px;
	border: solid 1px #666633;
	margin-top: 10px;
}

#counter {
	float: left;
	width: 250px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 150px;
}

#footer ul li{
	display: inline;
}

#footer p {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ここからアーカイブページの設定 */
#kijilist {
	width: 640PX;
	height: auto;
	float: right;
	display: block;
	margin-top: 15px;
	margin-right:10px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

h2.kl_index {
	width:640px;
	height:40px;
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight:bold;
	background-image: url(images/gif/bgbanner.gif); 
	background-repeat: no-repeat;
	text-indent: 10px;
	padding-top: 10px;
	margin-top: 0px;
}

h2.archive_index {
	font-size: 20px;
	color: #000000;
	font-weight:bold;
	text-indent: 10px;
	margin: 10px;
	border-style: solid;
	border-color: #FF6666;
	border-width: 0px 0px 1px 10px;
}

li.archive_li {
	font-size:12px;
	text-indent: 30px;
	margin: 5px;
}

p.kl {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	padding:10px;
	text-align: left;
	}
	
#kiji_window {
	float: right;
	width: 640px;
	height: auto;
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
	margin: 10px;
}

h2.kj_index {
	font-size: 18px;
	color: #000000;
	border-style: solid;
	border-color: #FF6666;
	border-width: 0px 0px 1px 10px;
	margin: 20px 20px 10px 20px;
	text-indent: 10px;
	font-weight:bold;
}

#kiji_window p {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	padding:10px;
	text-align: left;
	}

#kiji_window h4 {
	clear:left;
	font-size: 12px;
	color: #000000;
	padding:15px;
	text-align: right;
	}

img.kj_img {
	float: left;
	width: 200px;
	height: auto;
	margin: 0px 10px 10px  20px;
	border: solid 1px #666633;
}

#archive_pages{
	float: right;
	width: 640px;
	height: auto;
	margin:10px;
	}

#archive_pages p {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 26px;
}

/* ここまでアーカイブページの設定 */

/* ここから記事詳細ページの設定 */
#kiji {
	width: 640PX;
	height: auto;
	float: right;
	display: block;
	margin-top: 15px;
	margin-right:10px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

#kiji p {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	padding:10px;
	text-align: left;
	}
	
img.kiji_left {
	float: left;
	width: 320px;
	height: auto;
	border: solid 1px #666633;
	margin: 0px 10px 10px  20px;
	}

img.kugiri {
	margin: 10px 0px 10px 0px;
	}

#kiji_pages{
	clear: both;
	float: right;
	width: 640px;
	height: auto;
	margin-bottom: 15px;
	}

#kiji_pages p {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 26px;
}

/* ここまで記事詳細ページの設定 */

/* ここから購入ボタンの設定 */

.kounyu {
	width:auto;
	height:auto;
	clear:both;
	text-align: right;
	margin: 10px;
	}

h5.kounyu_l{
	font-size: 16px;
	color: #000000;
	text-align: right;
	}

img.kounyu_img {
	margin : 15px;
	}

/* ここまで購入ボタンの設定 */

/* ここからコメントの設定 */
#trcome{
	clear: both;
	float: right;
	width: 640px;
	height: auto;
	}

p.comme{
	font-size: 20px;
	color: #666666;
	text-align: left;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

/* ここまでコメントの設定 */
/* JAVAscriptの設定 */

.qaContainer ul.tab {
    margin: 0;
    padding: 0;
}
.qaContainer ul.tab li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #CCF;
}
.qaContainer ul.tab li a {
    display: block;
    width: 110px;
    padding: 5px 10px;
}
.qaContainer ul.tab li.active {
    background: #CCCCFF;
}

.qaContainer dl {
    clear: both;
    zoom: 1;
    padding: 10px;
    border: 1px solid #999;
}
.qaContainer dl dt {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #999;
}
.qaContainer dl dd {
    margin-bottom: 25px;
    padding-left: 15px;
}

/* JAVAscriptの設定 */

/********** リスト始まり　**********/
	
#menu li{
	list-style:none;
}
	
#menu li a{
	display:block;	
	width:238px;
	border-top:solid 1px #4d4c4c;
	border-left:solid 1px #4d4c4c;
	border-right:solid 1px #4d4c4c;
	border-bottom:solid 1px #4d4c4c;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	text-decoration:none;
	background-color:#FFFFCC;
	color:#000000;
	text-align:left;
}

#menu li a:visited{
	background-color:#FFFFCC;
	color:4d4c4c;
}
	
#menu li a:hover{
	background-color:#cc3333;
	color:#ffffff;
}
	
/********** リスト終わり　**********/