@charset "utf-8";
/* CSS Document */

/* ▼初期化 */
body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}
img {border:0;}
ul {list-style: none;}
body {
	font-size: 62.5%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background: #F4F4F4;
	text-align: center;
}
p {
	color: #555555;
	font-size: 1.2em;
}
a {
	color: #696969;
	text-decoration: underline;
}
a:visited {
	color: #696969;
	text-decoration: underline;
}
a:hover {
	color: #9A9A9A;
	text-decoration: none;
}
textarea {
	font-size: 1.2em;
	height: 100px;
	width: 400px;
}
/* ▲初期化 */


/* ▼フロートレイアウト */
#page {
	background-color:#999999;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	align: middle;
}
/* ▲フロートレイアウト */


/* ▼ヘッダ */
#header {
	background-color: #FFFFFF;
	height: 52px;
	width: 714px;
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom:0px;
}
#header .logo {
	float: left;
	width: 324px;
}
#header .subNavi {
	float: right;
	width: 300px;
	text-align: right;
}
.subNavi li {
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ▲ヘッダ */


/* ▼グローバルナビゲーションバー */
#gNavi {
	background-color: #999999;
	background-image: url(../images/gNavi_back.gif);
	height: 32px;
	width: 704px;
	padding-top: 0px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom:0px;
}
#gNavi h2 {
	text-decoration: none;
	height: 32px;
	width: 100px;
}
#gNavi .nav01 {
	float: left;
	width: 102px;
}
#gNavi .nav02 {
	float: left;
	width: 100px;
}
#gNavi .nav03 {
	float: left;
	width: 100px;
}
#gNavi .nav04 {
	float: left;
	width: 100px;
}
#gNavi .nav05 {
	float: left;
	width: 100px;
}
#gNavi .nav06 {
	float: left;
	width: 100px;
}
#gNavi .nav07 {
	float: left;
	width: 102px;
}
/* ▲グローバルナビゲーションバー */


/* ▼メインコンテンツ */
#mainContents {
	background-color: #FFFFFF;
	width: 700px;
	height: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom:30px;
}

hr.line010 {
	float: left;
	background-color:#3D1585;
	margin: 0px 10px;
	height: 16px;
	width: 3px;
}
h2.accent010 {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
ul.compact {
	clear: both;
	margin-left: 20px;
	font-size: 12px;
}
#mainContents .topics {
	clear: both;
	width: 700px;
	padding-bottom:12px;
}
#mainContents h3 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#mainContents p {
	padding: 0px 5px;
}
#mainContents p.add {
	padding: 3px 5px 0px 5px;
}
.photo01 {
	padding: 0px 5px;
	margin-bottom: 5px;
}
table.tableBase {
	border-left: 3px #3D1585 solid;
	padding: 0px 5px;
	margin: 0px 10px 3px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
table.memberTable {
	padding: 0px 5px;
	border: 0px;
}
table.memberTable td {
	padding: 0px 5px;
	width: 100px;
	text-align: top;
	vertical-align: top
}

/* ▼メンバー紹介 */
.memberProfile {
	font-size: 1.2em;
}
.photo {
	width: 90px;
	float: left;
}
.profile1 {
	padding: 0px 10px 10px 10px;
	width: 290px;
	float: left;
}
.profile1 img.memberLogo {
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
}
table.profileTable1 {
	padding: 5px 0px 0px 0px;
}
.profile2 {
	padding:5px 5px;
	width: 380px;
	background-color: #F4F4F4;
	clear: both;
}
table.profileTable1 td.item1Line {
	width: 90px;
	border-bottom: 1px #CCCCCC dashed;
	font-weight: bold;
}
table.profileTable2 td.item2Line {
	width: 185px;
	border-bottom: 1px #CCCCCC dashed;
	font-weight: bold;
}
table.profileTable1 td.item1 {
	width: 90px;
	font-weight: bold;
}
table.profileTable2 td.item2 {
	width: 190px;
	font-weight: bold;
}
table.profileTable1 td.line,table.profileTable2 td.line {
	border-bottom: 1px #CCCCCC dashed;
}
table.profileTable1 td {
	width: 200px;
	vertical-align: top;
}
table.profileTable2 td {
	width: 190px;
	vertical-align: top;
}
.memberBtn {
	width: 390px;
	text-align: right;
}
/* ▲メンバー紹介 */

#mainContents p.info {
	width: 300px;
	border: 1px solid #666666;
	padding: 3px 5px;
}
#mainContents p.infobox {
	padding: 0px 5px;
	height: 300px;
	width: 50px;
	overflow: auto;
}
/* ▲メインコンテンツ */


/* ▼フッタ */
#footer {
	color: #FFFFFF;
	width: 714px;
	padding: 10px 18px;
	background-color: #3D1585;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #9A9A9A;
	text-decoration: none;
}
.txtNavi li {
	display: inline;
}
#footer td.txtNavi {
	text-align: left;
	width: 574px;
}
#footer td.toTop {
	text-align: right;
	width: 130px;
}
.cp {
	margin-top: 7px;
}
/* ▲フッタ */