@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size:14px;
    background: #EEE;
}

.red { color: red; }
.blue { color: blue; }
.markeryellow { background: yellow; }
.underline { text-decoration: underline; }




/* ■全体レイアウト■ */

#zentai {
	width: 900px;
	margin: 10px auto;
    background: #FFF;
    color: #333;
}

#sumary { 
    width: 900px;
	font-size: 12px;
	text-align: right;
	margin-left: auto;
	margin-right: auto; 
}

#header {
	width: 900px;
	font-size: 12px;
	color: #666666; 
    height: 20px;
	background: #FFFFFF;
	text-align: left;
}

#contents { 
    float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation {
	width: 260px;
	float: right;
	margin: 0;
}

#navigation h2 {
	background: #000;
	margin: 0;
	color: #FFF;
	padding-left: 5px;
	font-size: 20px;
}

#footer {
	width: 900px;
	height: 90px;
	background: none;
    text-align: center;
	color: #666666;
    clear: both;
}



/* ■メインコンテンツのスタイル■ */

#contents h1 {
	margin: 0 20px 25px 10px;
	font-size: 20px;
	line-height: 30px;
	text-indent: 10px;
	border-bottom: 5px solid #000;
	background: #EEE;
}

#contents h2 {
	margin: 25px 20px 25px 10px;
	font-size: 18px;
	line-height: 30px;
	text-indent: 6px;
	border-left: 12px solid #000;
	background: #EEE;
}

#contents h3 {
	margin: 25px 20px 25px 15px;
	font-size: 18px;
	line-height: 26px;
	text-indent: 5px;
	border-bottom: 2px dotted #000;
	background: #EEE;
}

#contents h4 {
	margin: 25px 25px 25px 15px;
	font-size: 18px;
	line-height: 24px;
	text-indent: 5px;
	background: #EEE;
}

#contents p {
	margin: 25px 25px 25px 20px;
	font-size: 16px;
	line-height: 24px;
}



/* ■SPと別スタイル■ */

.sponly { display: none; }

