@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}

strong {
	color: #FF0000;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	background: #FFFFCC;
}


/*コンテナ
------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 100px;
	width: 800px;
	line-height: 1;
	color: #FFFFFF;
}
#header p {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: normal;
}

/*サイド（メニュー）
-------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	background: #003a90;
	color: #FFFFFF;
	padding: 0px 10px 50px;
}

#side h3 {
	font-size: 100%;
	border: 3px double #003A90;
	text-align: center;
	background: #00175A;
	margin-top: 20px;
	margin-bottom: 5px;
}

#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

#side a {
	color: #FFFFFF;
}

#side li {
	margin-bottom: 5px;
}

#side .menu a {
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 5px solid #0074BE;
	border-bottom: 1px dotted #FFFFFF;
	padding-left: 10px;
	display: block;
}

#side .menu a:hover {
	background: #0074BE;
	border-left: 5px solid #FF0000;
}


/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------*/
#tel {
	background: #f5f5f5 url(images/tel_bg.gif) repeat-x;
	height: 40px;
	text-align: right;
}


/*メインコンテンツ
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 574px;
	margin-right: 13px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 50px;
}

#main h2 {
	background: url(images/midashi_base.gif) no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 10px;
}

#main p {
	padding: 0px 10px 10px;
}

#main table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	background-color: #ffffff;
	margin-top: 5px;
}
#main th {
	padding: 5px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#main td {
	padding: 5px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	font-size: 12px;
}

#main .contact {
	margin: 5px 0 5px 100px;
	font-weight: bold;
}

.note{
	font-size: 85%;
	margin:20px 0;
}


#pict {
	margin: 5px 0 0 70px;
}
.thumb {
	float: left;
	margin: 0px 18px 2px 0px;
	padding: 1px;
	border: solid 1px #A2A2A2;
}


/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 50px;
}



/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
