/*ページ基本================================================================================================================================*/
body {
	background: #ffffff;
	color: #333;
	font: 10px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:visited {
	color: #666;
	text-decoration: underline;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	color: #F69;
	text-decoration: underline;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:active {
	color: #333;
	text-decoration: underline;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*フォント装飾系===========================================================================================================================*/
.sh_pink {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F06;
}

.font_blue {
	color: #06F;
}

.font_red {
	color: #C00;
}

.bg_green {
	display:block;
	padding:2px;
	margin: 3px 2px 3px 0px;
	width:250px;
	height:20px;
	background-color:#CFF;
	line-height: 20px;
}

.bg_pk {
	display:block;
	padding:2px 2px 2px 8px;
	margin: 5px 2px 5px 0px;
	background-color:#FFEAFF;
	line-height: 20px;
}

.bg_wite {
	display:block;
	padding:2px 2px 2px 8px;
	margin: 5px 2px 5px 0px;
	background-color:#ffff;
	line-height: 20px;
}

.small_font {
	font: 9px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

/*バナー配置===============================================================================================================================*/
.top_banner {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.top_banner a:hover {
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}

/*アウトライン=============================================================================================================================*/
#outline {
	background-color: #FFF;
	text-align: center;
	width: 852px;
	height: 100%;
	color: #333;
	text-decoration: none;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 30px 0px;
	padding: 2px 1px 3px 1px;
	list-style: none;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

/*トップメニュー枠=========================================================================================================================*/
#top_menu {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin: 3px 0px 0px 5px;
}

/*トップメニュー部品1〜５==================================================================================================================*/
.hide {
	display: none;
}
.top_menu_1 a {
	background-image: url(../img/b_top_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 163px;
	list-style-type: none;
	padding: 0px;
	float: left;
	display: block;
	margin: 3px 0px 3px 4px;
}
.top_menu_1 a:hover {
	background-image: url(../img/b_top_home.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_menu_2 a {
	background-image: url(../img/b_top_gaiyou.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 163px;
	list-style-type: none;
	padding: 0px;
	float: left;
	display: block;
	margin: 3px 0px 3px 4px;
}
.top_menu_2 a:hover {
	background-image: url(../img/b_top_gaiyou.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.top_menu_3 a {
	background-image: url(../img/b_top_koutu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 163px;
	list-style-type: none;
	padding: 0px;
	float: left;
	display: block;
	margin: 3px 0px 3px 4px;
}
.top_menu_3 a:hover {
	background-image: url(../img/b_top_koutu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.top_menu_4 a {
	background-image: url(../img/b_top_nyuukyo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 163px;
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 3px 4px;
	float: left;
	display: block;
}
.top_menu_4 a:hover {
	background-image: url(../img/b_top_nyuukyo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.top_menu_5 a {
	background-image: url(../img/b_top_taiken.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 163px;
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 3px 4px;
	float: left;
	display: block;
}
.top_menu_5 a:hover {
	background-image: url(../img/b_top_taiken.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*パンくず=================================================================================================================================*/
#pan {
	clear: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	margin: 0px 0px 5px 10px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

/*フラッシュ===============================================================================================================================*/
#flash {
	margin: 0px;
	padding: 0px;
}

/*トップメイン枠===========================================================================================================================*/
#mein_outline{
	margin: 10px;
	padding: 0px;
	text-align: left;
	width: 830px;
}

/*トップ左枠===============================================================================================================================*/
#left {
	width: 590px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*左枠内最新ニュース＆イベント情報=======================================================================================================================*/
#news {
	width: 290px;
	height: 290px;
	float:left;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #666;
	overflow: hidden;
 }

#event {
	width: 290px;
	height: 290px;
	float:left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

.news_right {
	width: inherit;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: block;
}

/*左枠内３段カラム=========================================================================================================================*/
#3_outline {
	clear: left;
	width: 590px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.about {
	float: left;
	width: 183px;
	height:370px;
	padding: 10px 0px 0px 0px;
	margin: 20px 10px 0px 0px;
	border: #F39 solid 1px;
	text-align: center;
}

.about ul {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 3px;
	list-style-position: inside;
	list-style-image: url(../img/li_small_pink.gif);
	text-align: left;
}

.about ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px; 
}

/*トップ右枠===============================================================================================================================*/
#right {
	width: 235px;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*右枠内創世グループリンク==================================================================================================================*/
#sousei {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	width: 235px;
	margin: 5px 0px 0px 0px;
	background-color: #BEDCF3;
}

.so_link {
	width: 218px;
	height: 49px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 3px 7px;
}

.so_link a:hover {
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}

.so_title {
	width: 102px;
	height: 26px;
	margin: 0px 0px 10px 9px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

/*フッター==================================================================================================================================*/
#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.footer_link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 5px 0px;	
}

.page_up {
	text-align: right;
	margin: 0px 20px 5px 0px;
	padding: 0px;	
}

/*ここからテンプレートスタイル↓↓↓↓↓↓↓↓↓↓↓========================================================================================================*/

/*テンプレートアウトライン==================================================================================================================================*/
#temp_mein_outline {
	margin: 5px;
	padding: 0px;
	text-align: left;
	width: 840px;
}

/*テンプレート左枠=========================================================================================================================================*/
#temp_left {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	width: 214px;
	float: left;
}

/*テンプレートメニュー枠（大）==============================================================================================================================*/
#temp_menu {
	padding: 0px;
	list-style-type: none;
	margin: 3px 0px 0px 5px;
}

/*テンプレートメニュー部品１〜４============================================================================================================================*/
.temp_menu_1 {
	background-image: url(../img/b_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 211px;
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 3px 0px 3px 0px;
	text-indent: -9898px;
}

.temp_menu_2 {
	background-image: url(../img/b_nyukyo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 211px;
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 3px 0px 3px 0px;
	text-indent: -9898px;
}

.temp_menu_3 {
	background-image: url(../img/b_service.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 211px;
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 3px 0px 3px 0px;
	text-indent: -9898px;
}

/*テンプレートメニュー枠（小）=============================================================================================================================*/
.temp_menu_small {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	text-indent: ;
}

/*テンプレートメニュー部品（小）============================================================================================================================*/
.temp_menu_small li a{
	background-image: url(../img/b_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding: 3px 3px 3px 0px;
	display: block;
	margin: 0px 0px 0px 5px;
	width: 100%;
	height: 25px;
	text-indent: 20px;
	line-height: 25px;
	text-decoration: none;
}
.temp_menu_small li a:hover{
	background-image: url(../img/b_arrow_roll.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

/*テンプレート右枠==========================================================================================================================================*/
#temp_right {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	text-align: left;
	width: 600px;
	float: right;
}

/*テンプレート部品=========================================================================================================================================*/
.img_center {
	text-align: center;
	width: 510px;
	display: block;
}

.temp_title {
	background: left top url(../img/content_title.gif) no-repeat ;
	width: 468px;
	height: 65px;
	margin: 10px 0px 0px 0px;
	padding: 3px 3px 0px 40px;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" 18px #333;
	display: block;
	line-height: 65px
}

.temp_small_title {
	width: 406px;
	height: 31px;
	background: url(../img/title_small.gif) left no-repeat;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif 16px #333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	display: block;
	line-height: 31px;
	text-indent: 15px;
}

.temp_lead {
	width: 525px;
	height: auto;
	padding: 0px 0px 0px 20px;
	margin: 20px 0px 30px 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" 16px;
	font-weight: bold;
	color: #036;
	line-height: 28px;
	border-top: 1px dotted #036;
	border-bottom: 1px dotted #036;
}

.temp_lead_center {
	width: 525px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 30px 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" 16px;
	font-weight: bold;
	color: #036;
	line-height: 28px;
	border-top: 1px dotted #036;
	border-bottom: 1px dotted #036;
	text-align: center;
}

.temp_content {
	width: 550px;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.temp_content li {
	list-style-position:inside;
	padding: 3px 3px 3px 5px;
	list-style-image: url(../img/li_pink.gif);
}
.temp_content_left {
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.ta_left {
	width: 25%;
	background: #FFEAFF;
}

.ta_right {
	width: 75%;
	background: #FFF;
}

.ta_right li {
	list-style-position:inside;
	list-style-image: url(../img/li_pink.gif);
}

.ta_right_left {
	width: 15%;
	background: #CCC;
}

.ta_right_right {
	width: 60%;
	background: #FFF;
}

.map {
	margin: 20px 0px;
	padding: 0px;
	clear: both;
	width: 500px;
	height: 400px;
}

.clea {
	clear: both;
}

.event_outline {
	width: 500px;
	margin: 20px 20px 20px 20px;
	padding: 0px;
	display: block;
	border: 1px dotted #036;
}

.event_outline dt {
	display: block;
	width: 490px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px ;
	text-align: center;
	font-weight: bold;
	background-color: #FFCCE5;
	font-size: 16px;
}

.event_outline dd {
	display: block;
	width: 490px;
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 20px 5px ;
	text-align: center;
}

.kojin_outline {
	width: 500px;
	margin: 20px 20px 20px 20px;
	padding: 0px;
	display: block;
	border: 1px dotted #036;
}

.kojin_outline dt {
	display: block;
	width: 490px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px ;
	font-weight: bold;
	background-color: #FFCCE5;
}

.kojin_outline dd {
	display: block;
	width: 490px;
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 20px 5px ;
}

.site_content {
	width: 550px;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.site_content a {
	color: #666;
	text-decoration: none;
}

.site_content a:hover {
	color: #F6C;
	text-decoration: underline;
}

.site_left {
	padding: 10px 0px 0px 0px;
	width: 240px;
	float: left;
	margin: 0px;
}

.site_right {
	padding: 10px 0px 0px 0px;
	width: 280px;
	float: left;
	border-style: solid;
	border-color: #999;
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
}

.site_title {
	border-style: solid;
	border-color: #F9C;
	border-width: 0px 0px 0px 10px;
	display: block;
	padding: 0px;
	margin: 10px 0px 20px 15px;
	text-indent: 5px;
}


.site_left ul {
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

.site_left li {
	list-style-position:inside;
	list-style-image: url(../img/li_pink.gif);
}

.site_right ul {
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

.site_right li {
	list-style-position:inside;
	list-style-image: url(../img/li_pink.gif);
}
