﻿/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:10px;
	background-color:#cc99ff;
}



/* 各種タグレイアウト */


p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
　　　　font-size:10px;
　　　　line-height:188%;
}



.red{
	font-size: 12px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#ff0000;
        font-weight: bold;
}

.fl-r{ float:right; margin-left: 20px; }/*右寄せ*/
.fl-l{ float:left; margin-right: 20px; }/*左寄せ*/
.fl-c{
	clear: both;
	margin-top: 20px;/*上に20pxのマージンをとる*/
}


/*「clearfix」でfloatを使った際のエリアが重なるバグを解除*/
.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
.clearfix{ display: inline-block; }

* html .clearfix{ height: 1%; };
.clearfix{
	display: block;
}


h3  {
	font-size: 10px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#ffffff;
        font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	display: block;
        text-align:left;
}

.main {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#cc99ff;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
        text-valign:middle;
        text-align:left;
}

h2 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#cc99ff;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
        text-valign:middle;
        text-align:left;
}



/* リンクのレイアウト */

a,
a:visited{	color: #000000;
	text-decoration: none;
}


a:hover{
	color: #000000;
	text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}




/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 810px;
	background-image: url(images/box-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}




/* ヘッダーの設定 */

#header {
	height:680px;
	width: 798px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
}



#header p {
	display: block;
        text-align:center;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	margin-right: 0px;
	padding-top: 500px;
	padding-bottom: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
}

#header h1 a {
	color: #ffffff;
	font-size: 10px;
        text-align:right;
	text-decoration: none;
	font-weight: normal;
        font-family: MS UI Gothic, Arial, sans-serif;
}


h1  {
	font-size: 10px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#ffffff;
        font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	display: block;
        text-align:right;
}



/* コンテンツレイアウト */

#contents {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
}

#contents-main {
	width: 730px;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
}




/* フッターの設定 */

#footer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#cc99ff;
	height: 80px;
	padding-top: 20px;
}


