@charset "UTF-8";
/* CSS Document */
/* General styles */
    body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #999;
	/*	font-size:90%;*/
    }
	
	/*links and txt*/
	a {
    	color:#369;
	font-weight: bold;
	}
	a:hover {
	color:#00C;
	text-decoration:none;
	/*font-weight: bold;*/
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:0px;
	}
	
	/*container*/
	#cont{
	background:#fff;
	width:860px;
	min-width:860px;							/* The min-width property does not work in old versions of Internet Explorer */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
							}

/*背景枠*/
h1.blueback{
	width:750px;
	padding:20px;
	margin-top:10px;
	margin-bottom:30px;
	border:1px solid #cccccc;
	background:#d9e1ff;
	line-height:150%;
	text-align:left;
	font-weight:bold;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


.waku{
	width:730px;
	padding:0px;
	margin:20px;
	margin-bottom:40px;
	line-height:130%;
	text-align:left;
	color: #000;
	}

.red{
	color: #FF0000;
	}
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	/*clear:both;*/
	/*float:left;*/
	/*width:100%;	*/		/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	text-align: left;
	background:#fff;
	/*border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #666;*/	
	/*border: 4px double #C6F;*/
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	/* 1 column full page settings */
	/*.colmask {
	    background:#fff;
	}*/
	.colmask .col1 {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;	/*border: 1px double #F03;*/
	font-size: 16px;
	line-height: 22px;
	background-color: #fff;
	background-image: url(img/line_001.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	padding-bottom: 15px;
	}

	.clr{
	clear: both;
}
	/* Footer styles */
	#footer {
	/*clear:both;
	float:left;*/
	width:98%;
	/*border-top:1px solid #000;*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px dotted #0C9;*/
	font-size: 16px;
    }

