@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	width:auto;
	height:auto;
	background-image: url(../images/bg_stripe.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#ffffcc;
	font-size: 14px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

p{
margin: 0 auto;
}

#wrapper {
	width: 900px;
	height: auto;
	margin: auto;
	background-image: url(../images/bg_green.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#fff;
}

/*---------ヘッダー------------*/
#header {
	height: 100px;
	background-image: url(../images/banner.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#fff;
	padding: 15px;
	color: #ccc;
	margin-bottom:0;
	margin-top:10px;
}

#con_head{
	width: 800px;
	height: auto;
	margin: auto;
	padding: 15px;

}

h1{
	margin:5px;
	font-weight: normal;
	font-size: 15px;
	color:#1111FF;
}

h2{	margin:5px;
	font-weight: bold;
	font-size: 28px;
}


#con_head a:link {
	color:#666;
} /*未訪問のリンクの色*/

#con_head a:visited {
	color:#666;
} /*訪問済みのリンクの色*/

#con_head a:hover {
	color:#1111FF;
} /*カーソルが乗っているリンクの色*/

#con_head a:active {
	color:#666;
} /*クリック中のリンクの色*/


/*--------ナビゲーション----------*/

#navi{
	height: 20px;
	background-color:#0099CC;
	padding: 15px;
	margin-top:0;
}

#navi p{
	text-align:center;
	padding:3px 5px;
	font-size:15px;
}
#navi a:link {
	color:#fff;
} /*未訪問のリンクの色*/

#navi a:visited {
	color:#EEEEFF;
} /*訪問済みのリンクの色*/

#navi a:hover {
	color:#FFFFCC;
} /*カーソルが乗っているリンクの色*/

#navi a:active {
	color:#666;
} /*クリック中のリンクの色*/
/*-----------コンテナ----------------*/

#container{
	overflow:hidden;
	width:750px;
	height:auto;
	margin:0 auto;
	margin-top:15px;
	background-image:url(../images/bg_white.png);
	background-repeat:repeat-y;
	background-position:center;
	
}


/*------------コンテンツ------------*/

#contents{
	width:700px;
	height:auto;
	margin:0 30px 30px 30px;
	
}

.title{
	padding-top:30px;
	padding-left:10px;
	font-weight:bold;
	color:#0099CC;
	font-size:25px;
}

p{
	font-weight:normal;
	font-size:15px;
	padding:10px;
	line-height:25px;
	text-align: left;
}


/*---------フッター---------*/

#footer{
	margin:0 auto;
}
.copyright{
	margin-top:5px;
	text-align:center;
}



