/* ============================================================================== */
/* common
/* cssの初期化
/* ============================================================================== */
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


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;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

strong {
	font-weight: bold;
}


/* ============================================================================== */
/* common
/* ページ共通部分
/* ============================================================================== */

/* clearfix */
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}

* html .clearfix { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .clearfix { /* IE7にのみ適用 */
	display:inline-block;
	}

/*bodyのスタイル*/

body {
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	}
	
/*containerのスタイル*/

div#container{
	 width: 747px;
	 margin: auto;
	 height: auto;
	 border-left: 1px solid #3D1C83;
	 border-right: 1px solid #3D1C83;
	 border-bottom: 1px solid #3D1C83;
	}
	
/*headerのスタイル*/

div#header{
	width:747px;
	height:86px;
	background-color:#FFFFFF;
	}
	

div#header p{
	text-indent:-9999px;
	}

div#header #navi{
	width:747px;
	height:17px;
	margin:0;
	}

/*wrapperのスタイル*/

div#wrapper:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}

div#wrapper {
	height: 1%;
	background: url(../../images/bg.gif) repeat-y left top;
	}

/*mainのスタイル*/

div#mainRight {
	width: 607px;
	float: right;
	}
	
/*sideのスタイル*/
div#side {
	width: 138px;
	float: left;
	}
	
div#side ul {
	list-style-type: none;
	}
	
div#side ul#menu li {
	padding: 4px 0 0 2px;
	border-bottom: 1px solid #000;
	}
	
div#side .banner{
	padding: 4px 0;
	text-align: center;
	}

div#side .banner p {
	clear: both;
	}

div#side .banner p span {
	text-align: left;
	}
	
/*qrコードのスタイル*/
div#side p.qr {
	font-size: 10px;
	}

div#side p.qr img {
	margin-right: 3px;
	float: left;
	}

/*footerのスタイル*/

div#footer{
	background-color: #FFFFFF;
	clear: both;
	}

div#footer address {
	padding: 2px 0;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align:right;
	}
