@charset "utf-8";
/* CSS Document */

/*---------- 全ての要素 ----------*/
* {
  padding: 0;
  margin: 0;
}

img {
	border: none;
}

/*---------- 初期設定 ----------*/
body {
	background-image: url(images/bg.gif);
	color: #5C598E;
	font-family: "ＭＳ Ｐゴシック",serif,"ＭＳ Ｐ明朝",HG丸ｺﾞｼｯｸM-PRO,キャパニトＭ-教漢,ARゴシック体M;
	font-size: 12px;
	padding-top: 10px;
	
	scrollbar-arrow-color:#6854C9; 
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#6854C9;
	scrollbar-3dlight-color:#6854C9;
	scrollbar-track-color:#F9F7FD;
	scrollbar-shadow-color:#6854C9;
	scrollbar-darkshadow-color:#6854C9;
}
a:link {
	color: #55548F; 
	text-decoration: none;
}
a:visited {
	color:#55548F; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
	position:relative; top:2; left:2
}
a:active {
	text-decoration: none;
}
	

/*---------- 見出し・段落 ----------*/
h1 {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
}

h2 {
	height: 20px;
	color:#FFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/sbttl_bg.gif); 
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

 h3 {
	font-size: 100%;
	color: #73aa00;
	border: 1px solid #61b65f;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF url(images/h2_bg.gif) no-repeat right center;
	line-height: 25px;
}

p {
	line-height: 1.5em;
	text-align:left;
	padding: 5px;
	}

/*---------- 全体 ----------*/
#group {
	width: 802px;
	border: 1px solid #CCC;
	margin: auto;
}

/*---------- ヘッダー ----------*/
#header {
	background: url(images/main_img.jpg);
	height: 150px;
	text-align: left;
}
	
#header_logo {
	font-size: 3em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-weight : bold;
	padding-left: 10px;
	margin-top: 40px;
}
#header_logo a {color: #FFF;text-decoration: none;}
#header_logo a:link {color: #FFF;text-decoration: none;}
#header_logo a:hover {color: #FFF;text-decoration: none;}

/*---------- ナビメニュー ----------*/
#navi {
	height: 20px;
	background-image: url(images/nav_bg.gif);
	text-align: right;
	padding: 10px 10px 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
}
#navi a {color: #5C598E;text-decoration: none;
padding: 0 10px 0 10px;}
#navi a:link {color: #5C598E #FFF;text-decoration: none;}
#navi a:hover {color: #333;text-decoration: underline;}


/* ---------- メインコンテンツ----------*/
#content {
	text-align: left;
	background-color: #FFF;
}

#content #c_left {
	width: 185px;
	float: left;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#FFF;
	margin-bottom: 10px;
}

#content #c_right {
	width: 185px;
	float: right;
	text-align: center;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#content #c_center {
	margin: 0 200px;
	padding-top: 10px;
}

#content .c_floatclear {
	clear: both;
	display: block;
}

/* ---------- コンテンツ詳細 ----------*/
#side_menu ul {
	list-style-type: none;
}

#side_menu ul li {
	text-align: left;
	border-bottom: 1px dotted #CCC;
}

#side_menu ul li a {
	display:block;
	width:155px;
	color:#5C598E;
	background-color: #FFF;
	height:30px;
	line-height:30px;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
}

#side_menu ul li a:hover{
	color: #666;
	background-color: #E4E4E4;
}

#contact_box {
	width: 160px;
	height: 120px;
	background-color: #FFF;
	border: 4px solid #CCC;
	padding: 5px;
	margin-top:10px;
	margin-left: 3px;
	margin-bottom: 10px;
	
}
	
#contact_box #ttl {
	text-align: center;
	font-size: 1.1em;
	border-bottom: 1px dotted #999;
	margin-bottom: 3px;
	}

#c_ttl {
	display:block;
	height: auto;
	font-weight: bold;
	color: #5C598E;
	background-image: url(images/bg.gif);
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #A244FF;
}

#c_center ul {
	list-style-type: none;
	}
	
	#c_center ul li {
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding: 5px 5px 5px 5px;
	height: auto;
	}

/* ---------- 2カラムページコンテンツ ----------*/
#content2 {
	text-align: left;
	background-color: #FFF;
}
#content2 #c2_left {
	width: 185px;
	float: left;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#FFF;
	margin-bottom: 10px;
}

#content2 #c2_right {
	margin: 0 0 0 200px;
	padding-top: 10px;
	margin-right: 10px;
}

#content2 .c2_floatclear {
	clear: left;
	display: block;
}

/* ---------- フォントの指定 ----------*/
.text_color1 {
	color: #FF6A6A;
}

.style1 {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font: bold 14px;
}
.style2 {
	color: #0000FF;
	font-weight: bold; 
	font-size: 16px; 
}
.style3 {
	color: #0000FF;
	font-weight: bold;
}
.style4 {
	font-size: 10px;
}
.style5 {font-family: "HGP創英角ｺﾞｼｯｸUB"; font-size: 18px; }
.style6 {color: #FFFFFF}
.style7 {color: #48466F}
.style9 {color: #CC0066}
.style10 {font-size: 12px}
.style11 {font-size: 1.2em}
.line1{line-height:1.3}
.line2{line-height:1.8}


/* ---------- フッター ----------*/
#footer {
	background-image:  url(images/footer_bg.gif);
	height: 30px;
	color: #FFF;
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}

