@charset "utf-8";

/*-----------------------
	body
------------------------*/
body {
}

/*-----------------------
	bodyここまで
------------------------*/
/*-----------------------
	container
------------------------*/


.container {
	width: 960px;
	background: #FFF;
	margin: 20px auto;
	box-shadow: 0 0 7px #666;	
}
/*-----------------------
	containerここまで
------------------------*/
/*-----------------------
	header
------------------------*/

.header {
	background: #79A1F2;
	height:100px;
	padding:5px;
}

.header h1{
	font-size: 0.9em;
	margin-left:530px;
}

.header p{
	font-size: 2.5em;
	width: 750px;
	height: 50px;
	line-height: 50px;
	margin: 12px auto;
	text-align: center;	
}
.header p a{
	text-decoration: none;
	display:block
}

/*-----------------------
	headerここまで
------------------------*/
/*-----------------------
	sidebar1
------------------------*/

.sidebar1 {
	float: right;
	width: 170px;
	list-style: none; 
	border-top: 1px solid #666; 
	margin:10px;
}

.sidebar1 li{
	height: 40px;
	border-bottom: 1px solid #666; 
	line-height: 40px;	
}

.sidebar1 a{
	display: block;
	height: 40px;
	padding-left:10px;
}
ul.nav a, ul.nav a:visited { 
	width: 160px; 
	text-decoration: none;
	background: #79A1F2;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/*-----------------------
	sidebar1ここまで
------------------------*/
/*-----------------------
	content
------------------------*/

.content {
	background-color:#CFD7E6;
	padding: 10px 0;
	width: 760px;
	float: right;
	margin:10px 0 10px 10px;
}

.content h2{
	position: relative;
	padding-left: 24px;
	border-bottom: 4px double #ffa52b;
	color: #f50545;
	font-size: 1.8em;
	line-height: 41px;
	width: 500px;
	margin: 5px;
}

.content h2:before {
    position: absolute;
    top: 14px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #f50545;
    content: "";
}

.content h3{
	position: relative;
	padding-left: 5px;
	border-bottom: 4px double #ffa52b;
	color: #f50545;
	font-size: 1.5em;
	line-height: 30px;
	width: 300px;
	margin: 10px 0 10px 15px;
}

.content h4{
	text-decoration: underline;
	margin:10px 0 10px 25px;
	font-size:1.3em;
}

.content p{
	margin: 5px 30px;
	text-indent: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}



/*-----------------------
	contentここまで
------------------------*/
/*-----------------------
	footer
------------------------*/


.footer {
	padding: 10px 0;
	background: #79A1F2;
	position: relative;
	clear: both;
	text-align: center;	
}


/*-----------------------
	footerここまで
------------------------*/
