@charset "utf-8";

/***************************************
*
* 概要		 : 基本のスタイルシート
* 更新日	 : 2008-06-24
* バージョン : 1.1
*
***************************************/

@import url(./import.css);

/* Grobal
--------------------------------------*/
body{
	text-align: center;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
    font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
td,th{
    line-height: 1.5;
}
a:link{
	color: #00f;
	text-decoration: underline;
}
a:visited{
	color: #00f;
	text-decoration: underline;
}
a:hover{
	color: #f00;
	text-decoration: none;
}
.big{
    font-size: 22px;
}
.normalmargin{
    margin: 20px 0;
}
.price{
    color: red;
    text-align: right;
    width: 80px;
}
.pr{
    font-size: 22px;
    color: red;
    font-weight: bold;
}
.kind{
    width: 60px;
}
.notice{
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0;
}
.notice li{
    background: url(./images/common/star.jpg) no-repeat;
    padding-left: 22px;
    margin: 10px 0;
}

/* Container
--------------------------------------*/
#container{
    width: 950px;
    margin: 0 auto;
    background: #fff url(./images/common/container-background.jpg) repeat-y;
    text-align: left;
}
#header{
    margin: 0 10px;
    background: #07014B url(./images/common/header-background.jpg) no-repeat right top;
}
#header h1{
    width: 400px;
    float: left;
}
#header p{
    width: 410px;
    padding-top: 20px;
    float: right;
    color: #fff;
}
#header ul{
    clear: both;
    line-height: 0 !important;
    background: #d9dfe4 url(./images/common/navi/navi-background.jpg) repeat-x;
}
#header ul li{
    float: left;
}
#wrapper{
    margin: 0 30px 0 30px;
    clear: both;
}

/* Left
--------------------------------------*/
#left{
    width: 230px;
    float: left;
}
#left h2{
    margin: 20px 0 0 0;
    border-top: 4px solid #000099;
    border-bottom: 1px solid #ccc;
    padding: 11px 0 11px 10px;
    font-size: 15px;
    background: #f8f8f8;
}
#left .h2{
    border-top: 4px solid #999900;
}
#left h3{
    font-size: 15px;
    margin: 3px 0;
}
#left .list li{
    background: url(./images/common/left/li.jpg) no-repeat 0 14px;
    padding: 5px 0 5px 18px;
    border-bottom: 1px dotted #999;
    margin: 0 2px;
}
#left .list2 li{
    background: url(./images/common/left/li2.jpg) no-repeat 0 14px;
    padding: 5px 0 5px 18px;
    border-bottom: 1px dotted #999;
    margin: 0 2px;
}
#left .infoul{
    margin: 10px;
}
#left .infoul li{
    padding: 3px 0 3px 24px;
    background: url(./images/common/left/star.jpg) no-repeat 0 5px;
}

/* Right
--------------------------------------*/
#right{
    width: 640px;
    float: right;
}
#right h1{
    margin: 20px 0;
}
#right h2, #right h3, #right h4{
    margin: 20px 0;
}
#right h2{
    font-size: 17px;
    color: #009;
}
#right p{
    margin: 20px 0 20px 30px;
}
#right ol{
    margin: 20px 0;
}
#right ol li{
    list-style-type: decimal;
    margin: 10px 0 10px 30px;
}
#right table{
    width: 640px;
}
#right th, #right td{
    border: 1px solid #ccc;
    padding: 4px;
}
#right th{
    width: 130px;
    background: #ddd;
}
#right td{
    background: #eee;
}
#right .pr3{
    font-size: 20px;
    color: #f00;
    font-weight:bold;
    margin: 20px 0;
}
#right .chli li{
    background: url(./images/common/check.jpg) no-repeat left 3px;
    padding-left: 22px;
    margin: 4px 0 4px 15px;
}
#right .bread{
    font-size: 12px;
    margin: 20px 0;
}
#right .sbox{
    padding: 15px;
    border: 1px solid #ccc;
    background: #ddd;
}

/* Footer
--------------------------------------*/
#footer{
    clear: both;
    margin: 40px 10px 0 10px;
    background: #07014B url(./images/common/footer-bg.jpg) no-repeat right bottom;
    padding: 20px 0;
}
#footer table{
    color: #7a71d0;
    margin: 0 20px;
}
#footer table td, #footer table th{
    padding: 4px 0;
}
#footer table th{
    width: 90px;
}
#footer a{
    color: #d0cbff;
}