@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
	line-height:1.5;
	text-align:center;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#E8B943;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#bcontainer {
	width:500px;
	border-top: double #996633 3px;
	border-left: double #996633 3px;
	border-right: double #996633 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width:500px;
	margin: auto 0;
}

#container p#foot {
	text-align:center;
	margin-top: 15px;
	clear:both;
	border:0px;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:#FFFFFF;
}

#header h1 {
	padding:10px 15px 0;
	color:white;
	text-align:center;
}

/*-----------------------------------------------
 __description
-----------------------------------------------*/

#description {
	margin-bottom: 25px;
	margin-top: 10px;
	padding: 20px 20px 10px 30px;
	color:white;
	background-color: #996633;
}

img#pos {
    vertical-align: middle;
	margin: 2px;
}
/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:500px;
	margin-bottom:0px;
	padding: 10px 0px 10px 0px;
	background:#E8B943;
}



#footer p#copyright {
	text-align:center;
	margin-bottom:0;
	color:white;
}



/* __main
------------------------------------------*/
#left-col {
	margin:0;
	width:254px;
	float:left;
	}

#icon {
	width:238px;
	margin-bottom:5px;
	padding:6px;
	text-align:left;
	border:2px solid #67A9CF;
	background-color:#D9D9D9;
	}
	
*html #icon {
	width:250px;
	margin-left:-3px;
	}
	
#main {
	float:left;
	width:244px;
	height: 462px;
	margin-bottom:10px;
	margin-left: 10px;
	padding:5px;
	text-align:center;
	background:#FFD259;
}

#iframe {
	background:white;
	width: 240px;
	height: 458px;
}
/* __side
------------------------------------------*/
#side_url_base {
	float:right;
	width:210px;
	margin-bottom:2px;
	padding:10px;
	background:#D9D9D9;
	text-align:center;
}

#side_url_base img {
	margin-bottom: 10px;
}

#side_url {
	background:white;
	padding:10px;
}

#side_url img {
	text-align:right;
}

#side_qr_base {
	float:right;
	width:210px;
	margin-bottom:2px;
	padding:10px;
	background:#D9D9D9;
	text-align:center;
}

#side_qr_base img {
	margin-bottom: 10px;
}

#side_qr {
	background:white;
	padding:10px 0px 0px 0px;
}

#side_qr_description {
	background:white;
	text-align:left;
	padding:10px;
}

#side_mail_base {
	float:right;
	width:210px;
	margin-bottom:2px;
	padding:10px;
	background:#D9D9D9;
	text-align:center;
}

#side_mail_base img {
	margin-bottom: 10px;
}

#side_mail {
	background:white;
	padding:10px 0px 0px 0px;
	border:0px;
}

#side_mail_description {
	background:white;
	text-align:left;
	padding:10px;
}

