/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#ffffff;
	font-size:15px;
	font-family: "ＭＳ ゴシック", sans-serif;
	color:#000000;
	text-align:left;
}
a {
	color:#002080;
	text-decoration:none;
    font-weight: bold;
	}

a:hover {
	color:#FFCC00;
	text-decoration:none;
    font-weight: bold;
	}
img, img a {
	border:0;
	}

p {
	line-height:27px;
	margin: 0 20px 0 20px;
	padding: 10px 5px 0 5px;
	font-family: "ＭＳ ゴシック", sans-serif;
	margin-bottom:20px;
}



h1 {
    color: #dc0000;
    font-size: 1.2em;
	font-family: "ＭＳ ゴシック", sans-serif;
    font-weight: normal;

}

h2 {
	font-size:16px;
	font-family: "ＭＳ ゴシック", sans-serif;
}

h3 {
	font-size:14px;
	font-family: "ＭＳ ゴシック", sans-serif;
}

/* Header Area */
#topLine {
	height:50px;
	border-bottom:15px solid #E7E7E7;
}

#header{
	width:820px;
	margin:5px auto 0px auto;
	padding:5px;
	}
	
#header h1{
	width:220px;
	margin:25px 0 0 0;
	background:#ffffff;
	padding:5px 0px 5px 20px;
}

#header h1 span{
	color:#5F351C;
	font-size:100%;
}


#header ul.nav {
	margin:10px 0 0 0;
	padding:15px 0 0 0;
	float:right;
}

#header ul.nav li {
	display:inline;
	padding:5px 10px 5px 5px;
}

#header ul.nav li a{
	padding:5px 10px 5px 5px;
}




#header ul.nav li.active a{
	padding:5px 10px 0px 5px;
	display:inline;
	border-left : 1px solid #f0e9eb;
	border-right : 1px solid #f0e9eb;
	color:#555555;
}


/* Page Wrappers */
#outerwarrper {
	width:820px;
	margin:1px auto 0 auto;
	padding:1px;
	clear:both;
}

#wrapper {
	margin-top:1px;
	width:820px;
	border-left : 1px solid #f0e9eb;
	border-right : 1px solid #f0e9eb;
	float: left;
	border-bottom: 1px solid #f0e9eb;
	border-top: 1px solid #f0e9eb;
}

/* Content Area */
#content {
	width:550px;
	margin:10px 0 0 0;
	float:left;
}


#content h1 {
	margin: 0 20px 0 20px;
	padding: 20px 5px 0 5px;
	border-bottom: 2px solid #5F351C;
}


#content h2 {
	margin: 0 20px 0 20px;
	padding: 20px 5px 0 5px;
	border-bottom: 2px solid #5F351C;
}





.red { color:#c43606; }
.red a { color:#c43606; }



.mini {
font-size:10px;
padding:5px;
}




/* Sidebar Area */

#sidebar {
	width:230px;
	margin:5px 10px 10 5px;
	border:1px solid #dfdfdf;
	float:right;
}

#sidebar h3 {
	padding:10px 10px 0px 10px;
	text-align:center;
	border-bottom:2px solid #dfdfdf;	
}

#sidebar p {
	margin:0 20px 0 0px;
	padding:5px 10px 10px 10px;
	font: normal 12px sans-serif;
}


.p2 {
text-align:center;
margin:15px;
}

#sidebar ul.side {
	padding:5px 10px 10px 30px;
}

#sidebar ul.side li {
	padding: 1px 0 1px 0;
	line-height:40px;

	font-size:16px;
	font-family: "ＭＳ ゴシック", sans-serif;
}

#sidebar ul.side li a {
	text-decoration:normal;
	color:#1D3994;	
	font-size:16px;
	font-family: "ＭＳ ゴシック", sans-serif;
}

#sidebar ul.side li a:hover {
	text-decoration:underline;
	color:#1D3994;	
	font-size:16px;
	font-family: "ＭＳ ゴシック", sans-serif;
}

#sidebar ul.side li a:visited {
	text-decoration:normal;
	color:#941D55;	
	font-size:16px;
	font-family: "ＭＳ ゴシック", sans-serif;
}


#sidebar input {
	margin:10px 10px 0px 15px;
}


#sidebar_two {
	width:203px;
	margin:40px 30px 0 0px;
	background:#ffffff;
	float:right;
}

#sidebar_two h3 {
	padding:0px 10px 0px 10px;
	text-align:center;
	border-bottom:2px solid #dfdfdf;	
}

#sidebar_two img {
	width:90px;
	margin:5px 0px 5px 5px;
	float:left;
	border:2px solid #dfdfdf;	
}



/* Footer Area */
#footer {
	clear:both;
	width: 820px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
}

#footer p {
	text-align:center;
	margin:0;
	padding:0px;
	line-height:1.3em;
}


#footer a:link {
	text-align:center;
	color: #969696;
        font-size: 0.8em;
	text-decoration:none;
}


#footer a:visited {
	text-decoration:none;
	color: #969696;

	}

#footer a:hover {
	text-decoration:none;
	color:#FFCC00;

	}


/*
ボタン
-------------------------------------------------------------------*/


#btn {
	width: 400px;
	margin: auto;
}


#btn a {
	background-image: url(img/btn.jpg);
	background-repeat: no-repeat;
	line-height: 40px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	

}


.center  {text-align:center;

}


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */

/* ボックス */

.box
{
    margin: 10px 0;
    border: 1px solid #999;
    background-color: #fff;
    padding: 0 10px;
    clear: both;
    line-height: 1.25;
}

.box p
{
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.9em;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
}


.bw /* 大・太字 */
{
    color: #ffffff;
    font-size: 1.1em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
}



.blue2  /* 青 */ 
{
     color: #003399;
     font-size: 1.0em;
     font-family: "ＭＳ ゴシック";
    font-weight: bold;
}



.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.8em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
}

.bbbo /* 最大・太字・青 */
{
    color: #0071BC;
    font-size: 1.8em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
text-decoration: underline;
}


.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
}

.bbr2 /* 大・太字・赤 */
{
    color: #CC0000;
    font-size: 1.2em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
}


.bbrline /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
    background: #ffff00;
}


.baoline /* 大・太字・青ライン・白字 */
{
    color: #ffffff;
    font-size: 1.4em;
    font-family: "ＭＳ Ｐゴシック";
    background: #264061;
　　font-weight: bold;
}


.borline /* 大・太字・茶ライン・白字 */
{
    color: #ffffff;
    font-size: 1.4em;
    font-family: "ＭＳ Ｐゴシック";
    background: #70480B;
　　font-weight: bold;
}


.bafline /* 大・太字・青ライン・白字 */
{
    color: #ffffff;
    font-size: 1.6em;
    font-family: "ＭＳ Ｐゴシック";
    background: #B60E0D;
　　font-weight: normal;
}


.baf1line /* 大・太字・青ライン・白字 */
{
    color: #ffffff;
    font-size: 1.1em;
    font-family: "ＭＳ Ｐゴシック";
    background: #046EBC;
　　font-weight: bold;
}



.bbao /* 大・太字・青 */
{
	color: #0071BC;
	font-size: 1.2em;
	font-family: "ＭＳ ゴシック";
	font-weight: bold;
	text-align: center;
}


.bbaoul /* 大・太字・青 */
{
    color: #0071BC;
    font-size: 1.2em;
    font-family: "ＭＳ ゴシック";
    font-weight: bold;
text-decoration: underline;
}

.bbline /* 大・太字・黒 */
{
    color: #333;
    font-size: 1.0em;
    font-family: "ＭＳ 明朝";
    font-weight: bold;
text-decoration: underline;

}






.big /* 大・太字・青 */
{

	color: #969696;
	font-size: 1.5em;
	font-family: "ＭＳ 明朝";
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height:35px;
}


.border {


border-bottom: 1px solid #FF9900;

}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.bru { color: #dc0000; font-weight: bold; text-decoration: underline;} /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 

.blue  /* 青 */ 
{
     color: #0000ff;
     font-size: 1.2em;
     font-family: "ＭＳ ゴシック";
　　font-weight: bold;
}


.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900;
               font-size: 1.0em;
     font-family: "ＭＳ ゴシック";

 } /* オレンジ */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 



/* テーブル */

#table
{
　　　　text-align: center;
　　　　width:550px;
        margin:auto;
　　　　
}


.td
{
　　　　text-align: center;
　　　　
}


.th
{
        color:#ffffff;
        background:#887C28;
        height:30

}


.row
{
        background:#FFFFCC;

}



/* リンク */

.link a {
	font-size: 10px;
	color: #555;
text-decoration: none;
　　text-align:　center;
font-family: "ＭＳ ゴシック";

}

