@charset "utf-8";
/* CSS Document */


/************************************************

	reset

*************************************************/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var,dd {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/************************************************

	Font Style

************************************************/

body {
    color: #444;
    font: 12px/120% Verdana,'メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
    padding: 0;
	background-color:#e4ddd5;
}
/*--------------------
	Link Color
--------------------*/
a:link		 {	color:#000;	text-decoration: none; }
a:visited 	 {	color:#000;	text-decoration: none; }
a:hover		 {	color:#C93;	text-decoration: none; }
a:active 	 {	color:#000; text-decoration: none; }


/*--------------------
	Wrapper
--------------------*/
#wrapper{
	width:600px;
}


/*--------------------
	container
--------------------*/
#container{
	clear:both;
	padding:20px;
	height: 700px;
	overflow: auto;
}  

#container h1 {
	padding-bottom:15px;
}
#container .lead {
	padding-bottom:15px;
}

/*--------------------
	unit
--------------------*/
/* unit-2col-top */
.unit-2col-top {
	clear:both;
	padding-bottom:15px;
}
.unit-2col-top h2 {
	padding-bottom:10px;
}
.unit-2col-top .box-a {
	float:left;
	width:200px;
}
.unit-2col-top .box-b {
	float:right;
	width:360px;
}
.unit-2col-top .box-b h2 {
	font-weight:bold;
	font-size:14px;
	padding-bottom:15px;
}
.unit-2col-top .box-b p {
	padding-bottom:6px;
}
.unit-2col-top .box-b p.btn {
	margin-top:15px;
}
/* unit-2col */
.unit-2col {
	clear:both;
	padding-bottom:15px;
}
.unit-2col h2 {
	padding-bottom:10px;
}
.unit-2col .box-a {
	float:left;
	width:380px;
}
.unit-2col .box-a dt {
	color:#C93;
	font-weight:bold;
	padding-bottom:10px;
}
.unit-2col .box-a dd {
	padding-bottom:20px;
}
.unit-2col .box-b {
	width:160px;
	float:right;
	padding-left:20px;
}
.unit-2col .box-b p {
	padding-bottom:10px;
}


/*--------------------
	Clearfix
--------------------*/
.unit-2col-top,
.unit-2col
{
	zoom:1;
}

.unit-2col-top:after,
.unit-2col:after
{
	content:''; display:block; clear:both; overflow:hidden;
}

.clr {
	margin:0;
	padding:0;
	clear:both;
}

/*------------------------
テーブル
------------------------*/
.table-a {
	border-top:1px dotted #999;
}

.table-a th {
	color:#fff;
	background-color:#18305C;
	padding:13px;
	text-align:center;
	width:35%;
	border-right:1px dotted  #999;
	border-bottom:1px dotted  #999;
	font-weight:normal;
}

.table-a td {
	padding:13px 10px 13px 15px;
	width:65%;
	border-bottom:1px dotted  #999;
	background:#fff;
}

.table-b {
	border-top:1px dotted #999;
	float:left;
}

.table-b th {
	color:#fff;
	background-color:#18305C;
	padding:13px;
	text-align:center;
	width:35%;
	border-right:1px dotted  #999;
	border-bottom:1px dotted  #999;
	font-weight:normal;
}

.table-b td {
	padding:13px 10px 13px 15px;
	width:65%;
	border-bottom:1px dotted  #999;
	background:#fff;
}

.box-a {
	width:233px;
	float:left;
	margin:0 24px 0 0;
	text-align:center;
}

.box-b {
	width:300px;
	height:183px;
	float:left;
	margin:40px 0 60px;
}

.staff_tbl {
	margin:50px 0 0 0;
}

.name {
	width:80%;
	margin:0 auto 10px;
	font-size:1.4em;	
}

.sub {
	font-size:0.6em;
	padding-left:10px;
}

.sub2 {
	font-size:0.7em;
	padding-left:10px;
}

.sname {
	color:#A53564;
}

.rank {
	font-size:1.2em;
	padding:7px 0 30px 30px;
	line-height:18px;
}


.eng {
	width:80%;
	border-bottom:1px dotted #444;
	padding:0 0 10px;
	margin:0 auto 3px;
	font-size:1.0em;	
}

.s_return {
	text-align:right;
	padding:8px 20px 8px 0;
	margin:50px 0 0;
	background-color:#777777;
}

.s_return a {
	color:#fff;
}

.s_return a:hover {
	color:#ddbb71;
}

.ph_r {
	float:right;
}
