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

/* 全体の設定
--------------------*/
header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,

ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:bold;
}

body{ 
     width: 100%;
      margin: 0 auto;
      background: #D6A55B;
      color:#111111;
    }



.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

body{font-size:13px;-webkit-text-size-adjust:none;width:320;}
@media only screen and(orientation : landscape){font-size:13px;-webkit-text-size-adjust:none;width:640;}

img{border:none;}
li{list-style:none;}

a{color:#FFFFFF;
  font-weight:bold;
  }/* リンク色変更はここ */

/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

h1{
	background: bottom center ;
	color:#000000;
	font-size:12px;
	padding:2px 0 2px 10px;
}

#box_t{
	height:71px;
	text-align:center;
}

#box_bg{
	height:240px;
	text-align:left;
        background-image: url(../img/bg2.jpg);
}

h2#top{
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	color: #663300;
	text-shadow: 0 1px 0 white;
}


/* 導入テキスト部分
--------------------*/

#intro{ 
        text-align:left;
        margin-left:10px;
        margin-right:10px;
      }

#indexTelop {
               width: 100%;
               height: auto; 
               color:yellow;
               font-size: 16px;
               font-weight:bold;
               background-color: #D6A55B;
            }

#info{  
        text-align:left;
	margin-top:140px;
        margin-left:10px;
        margin-right:10px;
	padding-top:15px;
}

.img_center{
	float: center;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
}

/* カテゴリ部分
--------------------*/
#catebox{
	width:320px;
        height:320px;
	margin:0 auto;
        background-image: url(am.jpg);
}

#catebox ul{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 0 0 10px;
	margin:10px 10px;
}

#catebox li{
	float:left;
        color:#FFFFFF;
	text-align:center;
        font-weight:bold;
	margin:26px 10px 10px 0;
}

#catebox li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
        box-shadow:3px 3px 3px #FFFFFF;
}

#catebox a{
	text-decoration:none;
}

#catebox2{
	width:320px;
        height:320px;
        padding-top:36px;
	margin:30px auto;
        background-image: url(am_1.jpg);
}

#catebox2 ul{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:18px 30px 30px 30px;
	margin:30px 30px;
}

#catebox2 li{
	float:left;
        color:#FFFFFF;
	text-align:center;
        font-weight:bold;
	margin:4px 10px 10px 0;
}

#catebox2 li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
        box-shadow:3px 3px 3px #FFFFFF;
}

#catebox2 a{
	text-decoration:none;
}


/* 広告部分
--------------------*/
.ad{
	text-align:center;
}


/* 最後の文章部分
--------------------*/
#outro{
	margin:0 10px 10px;
        width:320px;
}


/* フッタ部分
--------------------*/
#footer{
	text-align:center;
	background:url(img/line_b.gif) repeat-x top center #663300;
	color:#fff;
	font-size:12px;
	padding:5px 0;
}

#footer a{color:#fff; text-decoration:none;}

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
h2#cate{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;/* カテゴリ名が長くて2行になるときはここで高さ調整 */
	color: #663300;
	text-shadow: 0 1px 0 white;
	margin:0 10px;
	text-align:left;
}

#box_t p img{
	border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .3);
	float:left;
}

/* サイト紹介部分
--------------------*/
h3{
	color:#ef4a91;
	font-size:16px;
	background:url(img/sitebg.gif) repeat-x;
	line-height:29px;
	height:29px;
	padding-left:10px;
	margin-top:15px;
}

h3 span{
	background:url(img/icon1.gif) no-repeat left center;
	padding-left:18px;
}

.sitebox div{
	margin:10px;
}

.siteimg{
	float:left;
	margin-right:10px;
}

.siteimg img{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.sitetxt{
	float:left;
	width:200px;
}

@media screen and (min-width: 480px) {
	.sitetxt{
	float:left;
	width:360px;
	}
}

.sitebtn{text-align:center;}

.sitebtn a,
#homebtn a{
	display:block;
	text-decoration:none;
	text-shadow:0 1px 0 white;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	margin:0 auto;
	width:170px;
	height:35px;
	border:1px solid #8b8b8b;
	border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top,#f4f3f3,
									#ecebeb 50%,
									#e3e3e3 51%,
									#d9d9d9);
	background:-webkit-gradient(linear, left top, left bottom, from(#cc9966),
									color-stop(0.5, #ecebeb),
									color-stop(0.51, #e3e3e3),
									to(#d9d9d9));
}

.sitebtn a img{
	margin-left:5px;
}


.r {
        font-size: 14px;
        font-weight: bold;
	color: red;
}

.w {
        font-size: 18px;
        font-weight: bold;
	color: yellow;
}

.yy {
        font-size: 14px;
        font-weight: bold;
	color: yellow;
}


.t {
        font-size: 18px;
        font-weight: bold;
	color: red;
        line-height:30px;
	height:30px;
	margin-top:15px;
}

.n {
        font-size: 12px;
        font-weight: bold;
	color: #000000;
        line-height:10px;
        height:30px;
	margin-top:15px;
}

/* 広告部分
--------------------*/
.ad2{
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #ef4a91;
}

/* ホームへ戻るボタン
--------------------*/
#homebtn{
	text-align:center;
	margin:25px 0;
}

#homebtn a img{
	margin-right:5px;
}

