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



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video 
	{ 
	margin: 0px; 
	padding: 0px; 
	border: 0px none; 
	font-size: 100%; 
	background: none repeat scroll 0% 0% transparent; 
}

body { 
	background-image: url('../../img/user/bg.png'); 
	background-repeat: repeat;
}

a { 
	margin: 0px; 
	padding: 0px; 
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:visited { 
	margin: 0px; 
	padding: 0px; 
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

html, h1, h2, h3, h4, h5, h6 { font-size: 100%; }

body { 
	font-size: 100%; 
	font-family: Arial,Helvetica,sans-serif; 
	background-color: #ffffff; 
	color: #000000; 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
}

a:link { 
	color: #231515; 
}

a:visited {
	color: #231515;
}

h1 img { 
	width: 100%; 
}

/* ::::: ログイン　::::: */

#login {
	width: 320px;
	margin: 20px auto;
	padding: 0px;
	overflow: auto; 
}

#button01 {
	float: left; 
	overflow: auto; 
	padding-left: 2px;
}

#button02 {
	float: right; 
	overflow: auto; 
 	padding-right: 2px;
}

#banner {
	margin: auto;
	width: 100%;
	margin-top: 20px; 
	padding: 0px;
	overflow: auto; 
}

/* ::::: バナー::::: */

#banner p {
	margin-bottom: 5px;
}

/* ::::: 登録::::: */

#registernow {
	margin: auto;
	width: 100%;
	margin-top: 30px; 
	padding: 0px;
}
.premiumbox {
	margin-bottom:30px;
	padding: 20px;
	background-color:rgb(254, 255, 217);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */

}
.premiumbox p {
	text-align: center;
	margin-top: 0;
	padding: 0 auto 20px;
}
.boxp1 {
	line-height: 17px;
	color: #3d3839;
	font-weight: bold;
	margin: 4% 0 2% 0;
	text-align: center;
}
.touroku_p1 {
	font-size:small;
	font-weight:bold;
	color:#633;
	margin-bottom:10px;
	text-align: center;
}

.touroku_p2 {
	font-weight:bold;
	margin-bottom:50px;
	color:#F60 !important;
	text-align: center;
}

/* ::::: 検索:::: */

#kensaku { 
	margin: 30px auto 0px; 
	width: 100%; 
	height: 45px; 
	padding: 0px;
}
	
#keywords {
	margin: auto;
	text-align:center;
	width: 310px;
	margin-top: 10px; 
}	

#keywords img {
	width: 100%;
}

.popular {
	width: 295px;
	margin-left: 10px;
	margin-right: 5px;
	overflow: auto;
}

.popular li {
	list-style: none;
	float: left;
	margin-right: 15px;
	line-height: 2.5;
}

.popular li a:link {
	text-decoration: underline;
	color: #231515;
	font-size: 100%; 
	font-weight: normal; 
}

.popular li a:visited {
	text-decoration: underline;
	color: #231515;
	font-size: 100%; 
	font-weight: normal; 
}

/* ::::: 更新情報:::: */

#koushin {
	margin: auto;
	width: 310px;
	margin-top: 10px; 
	text-align: left;
}

.koushinjo {
	width: 295px;
	margin-top: 5px;
	padding: 10px 5px 10px 10px;
	overflow: auto;
	background-color: #feffd9;
	line-height: 20px;
}

.koushinjo li {
	list-style: none;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}

.koushinjo li a:link {
	text-decoration: underline;
	color: #231515;
	font-size: 100%; 
	font-weight: bold;
}

.koushinjo li a:visited {
	text-decoration: underline;
	color: #231515;
	font-size: 100%; 
	font-weight: bold; 
}

.koudate {
	color: #e72404;
	padding-right: 5px;
	font-weight: bold;
	display: block;
}

#koushin img {
	width: 100%;
}


/* サンプル 1 
----------------------------------------------------------- */  

#search
{	
	margin-right: -3px;
	padding: 1px 9px;
	height: 29px;
	width: 190px;
	border: 2px solid #ff6816;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #fff;
	
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}

/* ----------------------- */

#submit
{		
	background: #674141;
	background-image: -moz-linear-gradient(#674141, #695959);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #695959),color-stop(1, #674141));
	
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

	height: 35px;
	margin: 0 0 0 0px;
        padding: 0;
	width: 80px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #fff;
}

#submit::-moz-focus-inner
{
       border: 0;  /* Small centering fix for Firefox */
}		

/* ::::: だるま:::: */

#darumabottom {
	margin: auto;
	width: 100%;
	margin-top: 30px; 
	padding: 0px;
}



/* ::::: フッター:::: */

#footermenu { width: 100%; height: 50px; text-align: center; background-color: rgb(0, 0, 0); overflow: auto; }
#footermenuwhite { width: 100%; height: 206px; text-align: center; background-color: rgb(255, 255, 255); }
.footernavi {font-weight: bold; padding-top: 15px;}
.footernavi ul { width: 100%;}
.footernavi li { -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box; float: left; text-align: center; list-style-type: none; width: 50%; padding-top: 15px; padding-bottom: 15px; border-style: solid; border-width: 1px; border-color: rgb(255, 255, 255); background-color: rgb(254, 255, 217); font-size: 90%; }
.footernavi a:hover { color: rgb(35, 21, 21); text-decoration: none; }
.footernavi a { color: rgb(35, 21, 21); text-decoration: none; }
#top { padding-top: 2px; margin-left: 4px;font-size: 100%; margin-top: 1px; float: left; overflow: auto; }
#top a { font-size: 100%; color: rgb(255, 66, 8); text-decoration: none; }
#top a:hover { font-size: 100%; color: rgb(255, 66, 8); text-decoration: none; }
#top a:visited { font-size: 100%; color: rgb(255, 66, 8); text-decoration: none; }
#copyright { padding-top: 2px; margin-right: 4px; font-size: 100%; margin-top: 1px; color: rgb(255, 255, 255); float: right; overflow: auto; }


/* ::::: メニュー:::: */

#dropdown {
	width: 100%;
	margin: 20px auto 10px;
	overflow: auto; 
}

#box {
	float: right; 
	margin-right: 10px;
	overflow: auto;
	width: 220px;
   height: 30px;
   overflow: hidden;
   background: url(../../img/user/pulldownbox.png) no-repeat right #fff;
   border: 2px solid #f0f0e4;
}


#box select {
   background: transparent;
   width: 248px;
   padding: 4px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}



/* ::::: Thumbnails:::: */   

#searchtitle {
	width: 100%;
	overflow: auto; 
	margin-bottom: 10px;
}

.stitle_p { 
	width: 95%;
	overflow: auto;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-left: 5px; 
}

.keyword {
	color: #fe521c;
}

#checkall {
	padding: 6px;
	width: 150px;
	margin-left: 6px; 
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	overflow: auto; 
}


.icons{
	padding:0px;
	width: 100%;
	margin: 0px auto;
	text-align:center;
	overflow: auto; }

.icons ul{
	overflow:hidden;
	text-align:center;
	}
	
.icons li{
list-style: none;
background-color: #fffff9;
display:inline-block;
margin: 0 3px 6px 0;
}

.iconboxbig {
	padding-bottom: 8px;
	width: 320px;
}

.iconboximage {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
	line-height: 85px;
}

.iconboximage img { 
	display: inline;
	vertical-align: middle; 
}


#pages {
	width: 300px;
	background-color: #fff;
	margin: 20px auto 10px; 
	text-align: center;
	overflow: auto; 
}

#pages ul{
	margin: 6px auto 5px;
	overflow:hidden;
	text-align:center;
	}
	
#pages li {
	list-style: none;
	display:inline-block;
padding-right:10px;
}

.pagesul a:link { 
	color: #231515; 
	text-decoration: none; 
}

.pagesul a:visited {
	color: #231515;
	text-decoration: none;
}

.strong {
	font-weight: bold;
}


#mottomiru {
	margin: 20px auto 0px;
	text-align:center;
	overflow: auto; 
}

#soushin {
	margin: 10px auto 20px;
	text-align:center;
	overflow: auto; 
}

