@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;	
	line-height: 2;	
	color: #444444;	
	background: #ffffff url(images/bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #009999;
}


/*リンク設定*/
a {
	color: #333333;
}

a:hover {
	color: #4b69d0;	
}


/*コンテナー*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/*ヘッダー*/


#header h1 {
	font-size: 10px;
	font-weight: normal;
	width: 800px;	
	line-height: 1.4;
	padding-bottom: 0px;
}


/*コンテンツ*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


/*サイドコンテンツ*/
#side {
	float: left;	
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
	background: #edecfb;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background:  url(images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*サイドメニュー*/
ul.sidemenu a {
	color: #444444;
	background: #edecfb;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #aeaeae;
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #ffffff;
	color: #000000;	
}

ul.mark{
	list-style-type:square;
	color: #4b69d0;	
	padding-left : 15px;
}


/*メインコンテンツ*/
#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
	clear:both;
}

#main h3{ clear:both;
			font-size : 12px;
			padding: 8px 15px;}

#main p {
	padding: 0.5em 10px 1em;
}


/*フッター*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}




.photo{float:right; margin:5px;}

.photo-left{float:left; margin:5px;}




