@charset "utf-8";

@import url("../packages/default/css/import.css");

/*--All--*/
img {
    border:none;
}

div {
    text-align:left;
    padding:0px;
}

a {
    color: #333333;
}

a.noline {
    text-decoration:none;
}

h1 {
display:inline;
position:relative;               
padding:0px;
margin:0px;
line-heght:nomal;
font-weight: normal;
font-size: 12px;
color: #FFFFFF;
}

.clear {
clear:both;
height:0;
font-size:1px;
line-height:0;
visibility:hidden;
}

/*--サイズ指定なしfloat--*/
.img_nextstyle {
    float:left;
}

/*--フォント色パターン--*/
/*--マージン/パディング--*/
.m_10{
margin-top:10px;
}

.m_15{
margin-top:15px;
}

.m_20{
margin-top:20px;
}

.m_10{
margin-top:10px;
}

.m_5{
margin-top:5px;
}

.ml_5{
margin-left:5px;
}

.md_5{
margin-top:5px;
margin-bottom:5px;
}


.d_20{
margin-bottom:10px;
}


.pos_right{
text-align:right;
}

.pos_center{
text-align:center;
}

/*--ページ基本構成--*/
#container{
    margin-right: auto;
    margin-left: auto;
    width: 950px;
}

/*--ヘッダー--*/
div#header {
    margin: 0 auto;
        background-color:#ff0084;
}

#head_area {
    width:392px;
    margin-left:558px;
    text-align:left;
    color: #FFFFFF;
}

#logo {
padding-top:90px;
}

#head_btn {
    width:392px;
padding-top:50px;
margin-bottom:20px;
    text-align:center;
}

/* TOP ページ用 */
#mainback {
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    height:270px;
    background:url("../packages/default/img/images/header.jpg");
}

/* TOP 以外のページ用 */
#mainback2 {
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    height:270px;
    background:url("../packages/default/img/images/header.jpg");
}

/*--メインコンテンツ--*/
.content_area {
    margin-right: auto;
    margin-left: auto;
    width: 950px;
}

/*--左メニューボックス--*/
.sidebox_cont {
    margin:0 0 10px 0;
}

.searchbox {
width:200px;
}

    /*--ランキング--*/
.ranking_text{
        width:105px;
        margin-left:10px;
        float:left;
        display:inline;
}

/*--フッター--*/
#footer_text {
text-align:center;
margin-top:20px;
font-size:10px;
        }


#footer_back {
text-align:center;
margin-top:20px;
background:url("../packages/default/img/images/footer_back.gif");
        }




#detailphotoblock {
margin-left:10px;
}

#detailphotoblock img {
padding:3px;
border-color: #535353;
border-style: solid;
border-width: 1px;

}


/* Q&A */
.qa_title{
	padding-left:35px;
	height:30px;
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	color:000000;
	background-image:url(../packages/default/img/images/qa_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.qa_area{
	margin-bottom:20px;
}

.qa_text{
	text-align:left;
	padding-top:15px;
	width:100%;
	border-top:solid 1px #999999;
}

.qa_box{
	width:80%;
  margin-right: auto;
  margin-left: auto;
	margin-top:10px;
	padding:10px;
	border:solid 1px #ff0084;
	text-align:center;
}

div#link_area {
}

div#link_area p{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

div#link_area span{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 20px;
	display:block;
}

table#link_list {
	width: 340px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#link_list th{
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

table#link_list th img {

	border: 1px solid #666666;
	padding: 1px;
	display: block;
}

table#link_list th img a{
	border: 1px solid #666666;
	padding: 1px;
	display: block;

}



table#link_list td.sitename{
	text-decoration: none;
	height: 25px;
	background-image: url(../packages/default/img/images/list_menu_bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 10px;
	vertical-align: middle;
	line-height: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#link_list td.sitename a{
	font-weight: bold;
	color: #2B2B2B;
	text-decoration: none;
}

table#link_list td.siteurl{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}

table#link_list td.siteurl a{
	color: #474747;
}
