@charset "UTF-8";

/*
*****************************************************************
* GeneralSetting ************************************************
*****************************************************************
*/

* {
	margin:0;
	padding:0;
}

body {
	min-width:800px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size:12px;
	color:#555;
	line-height:140%;
	letter-spacing:0; /*IE7*/
	text-align:left;
	background:#eae5d6;
}

a:link,
a:visited {
	color:#555;
	text-decoration:none;
	outline: none;
}

a:hover,
a:active {
	color:#7F0000;
	text-decoration:none;
}

img {
	border:none;
}

/*
*****************************************************************
* BaseLayout ****************************************************
*****************************************************************
*/

#wrapper {
	width:800px;
	background:#FFF url(../img/wrapperBg.jpg) repeat-y;
	margin:0 auto;
	overflow:hidden;
}

/*
*****************************************************************
* Header ********************************************************
*****************************************************************
*/
#header {
	width:800px;
	margin:0 auto;
	background:url(../img/h1.jpg) no-repeat;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#header h1 {
	font-size:13px;
	font-weight:normal;
	position:absolute;
	top:3px;
	left:25px;
}

#header img {
	width:760px;
	height:200px;
	margin:40px 0 10px 20px;
}

.subtitle {
	font-size : 13px;
	font-weight:normal;
	position:absolute;
	top:50px;
	left:25px;
}

/*
*****************************************************************
* Content *******************************************************
*****************************************************************
*/
/*
----------------------
LeftNavi
----------------------
*/
#leftNavi {
	width:180px;
	margin:0 0 0 20px;
	float:left;
	display:inline;
	overflow:hidden;
}

#leftNavi h3 {
	width:180px;
	height:40px;
	background:url(../img/category.jpg) no-repeat;
	font-size:12px;
	font-weight:normal;
	padding:8px 0 0 8px;
}

#leftNavi h4 {
	font-size:12px;
	font-weight:normal;
	border-left:solid 10px #DBCFA5;    /* 左側の罫線 */
    border-bottom:solid 1px #DBCFA5;   /* 下側の罫線 */
    padding-top:3px;                   /* 上部から文字までの距離 */
    padding-left:3px;                  /* 左部から文字までの距離 */
    width:180px;                       /* 全体の幅 */
}

#leftNavi img { margin:10px 0; }

/*
----------------------
MainContent
----------------------
*/
#mainContent {
	width:570px;
	margin:0 20px 0 0;
	float:right;
	display:inline;
	overflow:hidden;
}

#mainContent h2#pickup {
	width:570px;
	height:40px;
	padding:10px 0 0 0;
	background:url(../img/pickup.jpg) no-repeat;
	text-align:right;
	font-size:11px;
}

#mainContent h2#ranking {
	width:570px;
	height:40px;
	padding:10px 0 0 0;
	background:url(../img/ranking.jpg) no-repeat;
	text-align:right;
	font-size:11px;
}

#mainContent h2#ranking2 {
	width:570px;
	height:40px;
	padding:10px 0 0 0;
	background:url(../img/ranking2.jpg) no-repeat;
	text-align:right;
	font-size:11px;
}

#mainContent div { margin:0 0 50px 10px; }

#gototop {
	clear:both;
	width:760px;
	height:30px;
	margin:0 auto;
	padding:30px 0 0 0;
	text-align:right;
}

/*
*****************************************************************
* Footer ********************************************************
*****************************************************************
*/
#footer {
	width:100%;
	height:60px;
	padding:40px 0 0 0;
	font-size:90%;
	text-align:center;
	background:url(../img/foot.jpg);
	overflow:hidden;
}


.qrcode {
	background-color: #FFFFFF;
	margin: 5px auto 5px auto;
	text-align: center;
}

.qrcode p{	
	background-color: #FFFFFF;
}

.qrcode ul{
	list-style:none;
	padding:3px;
	line-height:140%;
}
.qrcode img{
	-moz-box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
}

.qrcode img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.category
{
	padding: 3px 20px 3px 28px;
	background: url(../img/arrow_gr.png) 14px 5px no-repeat;
}

.subtitle3
	{
	font-size: 12px;
	font-weight: bold;
	background:url(images/main_title.gif) left bottom no-repeat;
	padding: 10px 3px 10px 10px;
	margin-bottom:10px;
	margin-top:5px;
	}

.subtitle3 a
	{
	text-decoration: none;
	}

.subtitle3 a:hover
	{
	text-decoration: underline;
	}
	
.div1 {
	border:1px solid #e5e5e5;
	background:#f8f8f6;
	padding:15px;
}

.detail {
	margin:0 0 10px 0;
	text-align:center;
}

.detail a {
	display:block;
	margin:0 auto;
	text-decoration:none;
	background: -moz-linear-gradient(top, #BFD9E5, #3D95B7 50%, #0080B3 50%, #0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5, #3D95B7), color-stop(0.5, #0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	width: 100px;
	padding: 5px 0;
}