@charset "utf-8";

/*-----------------------------------------------------
Common
-------------------------------------------------------*/
body {

	font-size:100%/1.6;
	font-family:"メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
	height:100%;
	
	}

  p{
  text-align: justify;
  text-justify: inter-ideograph;
  }
html {
 -webkit-text-size-adjust: 100%;
}
/*-----------------------------------------------------
 Basic Link Style
------------------------------------------------------- */
a:link{
	color:#0066CC;
	text-decoration:underline;}

a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:underline;
}

a:active {
	color:#FF1F55;
	text-decoration:underline;
}




/*-----------------------------
 Base Layout & Navigation
------------------------------- */


#wrapper{
	width: 100%;
	position: relative;
	height:100% !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper2{
	width: 100%;
	position: relative;
	height:100% !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width:960px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size:90%;
}
#container2 {
	width:100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size:90%;
	text-align: center;
}

/*-----------------------------
 Head 
------------------------------- */
header{
	height: 170px;
	width: 960px;
	overflow:hidden;
	padding: 0px;
	color:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../konakona_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

hgroup{
	height: 120px;
	width: 960px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	color:#fff;
	}

hgroup h2{
	font-size:80%;
}
/*------------------------------
 contents
-------------------------------- */
#main-content{
	width: 680px;
	float: left;
	margin-top: 20px;

}


#image-box{
	float:none;
	margin:0;
	width:680px;
	padding: 0px;
	overflow:hidden;
	height: auto;
	clear: both;
}
#image-box h2{
	display:none
}

/* ------------------------------
サイド
------------------------------ */

#sidebar{
	float:right;
	width: 260px;
	height: auto;
	margin-top: 20px;
}





/* ------------------------------
foot
------------------------------ */


#footer-wrap {
	padding: 0px;
	font-size:80%;
	float: left;
	/*background-color:#563412;*/
	margin: 0px;
	background: url(../images/foot_bg.jpg) left top repeat-x;
	background-size: 5px 130px;
	position: absolute;
	width: 100%;
	height: 150px;/*108*/
}
#footer-wrap img{
	float: left;
	
}
#footer {
	padding: 0px;
	width: 980px;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#footer-top {
	width: 700px;
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;


}
#footer-top ul{
	width:680px;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-top: 10px;
	float: right;


}
#footer-top li{
	margin:0;
	text-decoration:none;
	border-right:1px solid #333;
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size:12px;
	
}
#footer-top a:link{
	color:#000000;
	text-decoration:underline;}

#footer-top a:visited {
	color:#000000;
	text-decoration:none;
}

#footer-top a:hover {
	color:#ff0000;
	text-decoration:underline;
}

#footer-top a:active {
	color:#000000;
	text-decoration:underline;
}

/* ------------------------------
スライダーエリア
------------------------------ */

#slide{
	margin:0;
	padding:0;
	width:680px;
	float:left;
	overflow:hidden;
}
#slide a:link{
	color:#ffffff;
	text-decoration:none;}
	
#slide a:visited {
	color:#fff;
	text-decoration:none;
}

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

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



/*
 sidenavi-box
----------------------------------------------------------- */


.sukima{
margin:5px 0 0 0;
}


#page-top{
	width: 200px;
	height: 35px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	float: right;

}
#page-top img{
	float:right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}

.copyright {
	width: 980px;
	font-size: 90%;
	text-align: left;
	float: left;
	padding: 0px;
	text-indent: 20px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;


}
.copyright p{
	margin-top: 5px;
	line-height: 1.0;
}
.copyright p:last-child{
	margin-top: 19px;
}

.copyright img{
	margin-bottom: 1em;
	padding-bottom: 2em;

}

.copyright a:link{
	color:#000;
	text-decoration:none;}

.copyright a:visited {
	color:#000;
	text-decoration:none;
}

.copyright a:hover {
	color:#000;
	text-decoration:none;
}

.copyright a:active {
	color:#000;
	text-decoration:none;
}
address{
	font-size: 80%;

}

/* 汎用
----------------------------------------------------*/
.imgr {
	float: right;
	margin: 0;
}

.imgl {
	float: left;
	margin: 0 10px 10px 0;
}



/*
 clear [
----------------------------------------------------------- */
.clear{
	clear:both;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
    font-size: 0;/*これで解決させる*/
}


/*-----------------------------------------------------------
 oajinai [
----------------------------------------------------------- */
/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 

.clearfix {
 display: inline-table;
 min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */ 
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 0;
	border: 0;
	line-height:1.5;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	margin: 0px;
	border-style:none;
}
/*-----------------------------------------------------------
 photo-waku
----------------------------------------------------------- */
.pict {
	padding: 5px;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.pict2 {
    margin: 0;
    padding: 3px;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
}

.pict3{
    margin: 0;
    padding: 0;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
}


/* ------------------------------
メインエリア 基本BOX
------------------------------ */	

.box_basic{
	margin-bottom: 20px;
}

.box_basic p{
	text-align: left;
}


/* ------------------------------
見出しバー
------------------------------ */	
.bar_basic {
	width: 680px;
	text-align: left;
	position:relative;
	font-size: 16px;
	height: 100px;
	float: left;
}

.bar_basic h3 {
	line-height: 45px;
	text-indent: 25px;
	font-weight: bold;
}

.linklist_bar{
	text-align: center;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 30px;
	color: #FFF;
	height: 40px;
}

.linklist_bar a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	line-height: 1.4;
}
.linklist_bar img{
}

#rsslink {
	position: absolute;
	top: 30px;
	height: 16px;
	width: 56px;
	left: 360px;
}
#rsslink img{
		height: 16px;
	width: 56px;
}

#banner-aria{
	width:960px;
	float:left;
	margin:0 auto;
	padding:0;
}
#banner-aria li{
	width:315px;
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
#sidenavi-box2{
	width:260px;
	text-align:center;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0px;
}
#torio{
	width:100%;
	margin:0;
	font-size:12px;
}
#torio td{
	border:none;
	vertical-align: top;
	
}
#torio-otoiawase{
	color:#C8161E;
	text-align:center;
	padding: 0px;
	margin-top: 20px;
}
.torio-buy{
	width:100%;
	margin-top: 20px;
	
	padding: 10px;

}
.torio-buy p{
	font-size:150%;
	
	font-weight:bold;
	}
#konamon-doujyo{
	font-size:110%;
	}
#konamon-doujyo table{
	width:100%;
	}
#konamon-doujyo td{
	padding:5px;
	vertical-align: top;
	
	}
