/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	font-size: small;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.6em;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link    { color:#666666;text-decoration:none;}
a:visited { color:#666666;text-decoration:none;}
a:active  { color:#f16568;text-decoration:none;}
a:hover   { color:#f16568;text-decoration:none; }

.main_text_d{
	margin: 10px 0;
	color: #666666;
	font-size:90%;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:950px;
	text-align:left;
       background-color: #ffffff;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
 background-color: #ffffff;
}

/*右上メニューの文字*/
.header_text {
 width:100%;
text-align: right;
font-size: 80%;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:170px;
       height:auto;
       background-color: #ffffff;
       padding-left: 20px;
}

/*　画面左側メニューのテキスト　*/
.side_text {
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "細明朝体";
	}

.side_textsub {
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "細明朝体";
	font-size:90%;
	}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 730px;
       height:auto;
       background-color: #ffffff;
       padding: 5px;
}

/*　フッター（コピーライト）　*/
.footer {
 color: #ffc1c5;
 width:100%;
 clear:left;
}

#footer2 {
a:link    { color:#ffc1c5;text-decoration:none;}
a:visited { color:#ffc1c5;text-decoration:none;}
a:active  { color:#ffffff;text-decoration:none;}
a:hover   { color:#ffffff;text-decoration:none; }
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* Press Css*/
a.rollover img { border-width:0px; display:block; }
a.rollover img.rollover { display:none; }
a.rollover:hover { position:relative; }
a.rollover:hover img { display:none; }
a.rollover:hover img.rollover { display:block; }
#Center {
	width:890px;
	margin:auto;
	background:#FFFFFF;
	clear:both;
	overflow:auto;
	padding:30px;
	}
	
#center_Left {
	width:180px;
	float:left;
	margin:0;
	padding:0;
	}
	
#center_Right {
	width:625px;
	border:dashed 1px #c7d83e;
	float:right;
	margin:auto;
	padding:20px;
	text-align:left;
	}


#Bottom_top {
	clear:both;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	height:27px;
	padding-left:30px;
	border:5px #f3f3f3 solid; background-color:#FFFFFF;
	text-align:left;
	width:910px;
	}
#Bottom {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	background:#f16568;
	height:30px;
	text-align:left;
	width:930px;
	}
	
#Por_Center{
	width:630px;
	margin:auto;
	background:#FFFFFF;
	clear:both;
	overflow:auto;
	padding:0;
	
	}
	
#Por_center_Left {
	width:300px;
	float:left;
	margin:0;
	padding:0;
	}
	
#Por_center_Right {
	width:320px;
	float:right;
	margin:auto;
	text-align:left;
	line-height:20px;
	}
#Por_center_Bottom {
	clear:both;
	width:600px;
	margin:auto;
	text-align:right;
	}
	
.GroupA ul {
	width:660px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	}

.GroupA li {
	width:220px;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	line-height:20px;
	}
	
.GroupB ul {
	width:600px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	}

.GroupB li {
	width:165px;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	text-align:right;
	line-height:18px;
	}
	
.GroupC ul {
	width:660px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	}

.GroupC li {
	width:660px;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	line-height:18px;
	}

/* End Press css*/
