@charset "utf-8";

/*==========================
CSS Document CSS ver2.1
Copyright: 
Auther:
Lastmodify: 20100312
==========================*/

/*====================basesetting=========================*/


*{
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*color: #333333;*/
}

body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: small;

}

h1 h2 h3 h4 h5{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img{
	border: none;
}

/*p{
	margin: 0px;
	padding: 0px;
}*/

ul{
	padding: 10px 0 0 0;
}

li{
	list-style: none;
	font-size: large;
}


/*==For IE8 hack==*/
html>/**/body li {  
    padding /*\**/: 10px 0 0 0\9;  
}  


.clear {
	clear: both;
}


table{
	width: 99%;
}

/*===================linkcolorsetting====================*/


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

a:hover{
	color: #39F;
	text-decoration: underline;
}


h1 a {
	color: #F00;
	text-decoration: none;
}

h1 a:hover {
	color: #F00;
	text-decoration: underline;
}



/*===================MainSetting==========================*/
/*==conteiner==*/


#container {
	margin: 0 auto 0 auto;
	width: 900px;
}

#header {
	background-image: url(images/main_img.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 860px;
	margin: auto;
}

#content{
	margin: 15px 0 0 0;
}

#inner {
	width: 600px;
	float: right;
}

#banner {
	width: 300px;
	float: left;
}


#footer {
	clear: both;
	background-color: #FCACBE;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*===contents==*/

#header-name {
	margin-top: 110px;
	text-indent: 50px;
	display: block;
	position: absolute;
	z-index: 1;
	font-size: 36px;
}

.banner {
	width: 300px;
	float: left;
}

.pick_u {
	background-image: url(images/pickup.jpg);
	height: 42px;
	width: 541px;
}

.pick {
	margin: 15px auto 15px auto;
	width: 550px;
}
.pick_m {
	background-color: #fcf4c6;
	width: 541px;
}
.pick_under {
	background-image: url(images/pickup_under.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 541px;
}
.blog {
	background-image: url(images/blog.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 541px;
}
.blog_m {
	background-color: #fcf4c6;
	width: 541px;
}
.blog_under {
	background-image: url(images/blog_under.jpg);
	height: 18px;
	width: 541px;
}

.qa {
	background-image: url(images/qaup.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 541px;
}

.qa_m {
	background-color: #fcf4c6;
	width: 541px;

}

.qa_under {
	background-image: url(images/qa_under.jpg);
	height: 18px;
	width: 541px;
	background-repeat: no-repeat;
}

.pick2 {
	padding: 10px 0 0 20px;
}
.pick2_c {
	list-style-type: square;
	list-style-position: inside;
}

p.disc {
	text-indent: 20px;
	font-size: 16px;
}

.discription {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer-inner .widget-content p {
	color: #FF5172;
}

.list{
	text-align: right;
	margin: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF5172;
}

/*====記事部分テーブル====*/

.title {
	background-color: #DBE7FD;
	color: #365DA0;
	text-align: center;
}

td{
	padding: 10px 5px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

td.td_disc{
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


td.price {
	text-align: right;
	color: #F5053C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#page-title{
	font-size: 24px;
	text-align: right;
	margin: 0 15px 0 15px 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE7FD;
	color: #FF9DAA;
}


h4 {
	color: #FF9DAA;
	margin: 25px 0 10px 0;
	font-size: 18px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #DBE7FD;
	padding-left: 15px;
}


#header-description {
	text-indent: -9999px;
	display: block;
}

.listing {
        float: left;
	margin-right: 5px;
	margin-bottom: 25px;
	list-style-type: none;
	background: url(http://www.jf84.com/japan_b04.gif) no-repeat left center;
	padding-left: 23px;
	height: 30px;
	width: 170px;
        line-height: 0.95em;
}
.padding {
	height: 200px;
}
 
.aligncenter{
	text-align: right;
	margin: 0 0 5px 0;
}
