@charset "UTF-8";

/* CSS Document */
*{
	margin:0;
	padding:0;
	}

body{
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	height: 100%;
	margin: 0px auto;
	/*background-color: #a3d2ff;*//*追加*/
	}


/* 画像　枠線消す */
img {
	border:none;
	}

/* ページ共通 */

#wapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	zoom:100%;
	background: url(image/title.gif) no-repeat;
}
#wapper:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* ヘッダー　テキストリンク */
#header {
	text-align: right;
	width: 900px;
	background: url(image/title.gif) no-repeat;
	margin: 5px auto;
	zoom:100%;
	height: 220px;/*変更*/
	border-top: solid 5px #cccccc;/*追加*/
	border-bottom: solid 5px #cccccc;/*追加*/
}

#header a{
	text-decoration:none;
	border:none;
//	color: #000000;
}

.pan {
	text-align: right;
	width: 900px;
	font-size: 15px;
}


/*ＱＲコード*/ 
/*.qr-box {
	float: right;
	height: 125px;
	clear: both;
	margin-top: 0px;
	margin-right:10px;
}
.qr-cord {
	height: 98px;
	width: 98px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 10px;
}*/

.qr-box {
	height: 100px;
	margin-top: 10px;
	margin-right:10px;
	text-align:right;
}

.qr-box img {
	border: 1px solid #CCCCCC;
}

.qr-yajirushi {
	margin-top: 15px;
	width: 300px;
	float: left;
	clear: both;
}
/*smartphone追加*/
/*.sp-box {
	float: right;
	clear: both;
	width:400px;
	margin-top: 20px;
	margin-right:10px;
}
.sp {
	width: 60px;
	float: left;
	margin-top:-60px;
	clear: both;
}*/
.sp-box {
	margin-top: 20px;
	margin-right:8px;
	text-align:right;
}
.sp-kotira{
	width: 300px;
	height: 45px;
	/*margin-top:-50px;*/
	margin-right: 30px;
	margin-left: auto;
	float: right;
	clear: both;
}


/*インデントをマイナス方向へ設定*/ 
// h1 { text-indent: -9999px;}
// h2 { text-indent: -100%; }


/*ディスプレイプロパティで非表示 */
h1 { display: none;}

/*ポジションプロパティで絶対位置の座標指定で見えない所へ移動 */
/*
h1 {
　position: absolute;
　top: -500px;
}
*/

/*
/* メインコンテンツ*/
#main {
	margin: 0px auto;
	width: 900px;
	}
.left {
	float: left;
	width: 350px;
	margin-top:5px;
//	background: url(image/contents.gif) no-repeat;
	height: 643px;
}
.right {
	float: right;
	width: 550px;
	padding-top: 10px;
	background-color: #ffffff;
}
.contents-box {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	zoom:100%;
}

.contents-box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.contents-text {
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: left;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}

.access-box {
	background: url(image/access-back.gif) no-repeat;
//	border-style:solid;/*追加*/
//	border-width: 1px;/*追加*/
//	border-color: #ccc;/*追加*/
	height: 287px;
	width: 545px;
	margin-top: 10px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.access-i {
	background: url(image/menu-i.gif) no-repeat bottom;
	width: 155px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
	height: 237px;
}

.access-y {
	background: url(image/menu-y.gif) no-repeat bottom;
	width: 155px;
	height: 237px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
}
.access-e {
	background: url(image/menu-e.gif) no-repeat bottom;
	width: 155px;
	height: 237px;
	float: left;
	padding-left: 15px;
}
.access-box2 {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}

/* フッター*/
#footer {
	height: 61px;
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
	background: url(image/foot-back.gif) repeat-x bottom;
}


#footer img {
	padding-top: 20px;
}
/*追加*/
.imode ul{
	list-style-type: url(image/menu-i2.gif) ;
	padding-left: 0px;
}
