@charset "euc-jp";
/* CSS Document */

/** Default Setting **/

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;
}

img {
	vertical-align		:	bottom;
}

address,caption,cite,code,dfn,em,th,var {
	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;
}

hr{
	display				:	none;
}

.clear{
	clear				:	both;
	height				:	0;
}

.cf{
	display				:	inline-block;
	zoom				:	1;/**/
	overflow			:	hidden;/**/
}

.cf:after {
	content				:	"";/**/
	display				:	block;
	height				:	0;
	clear				:	both;
	visibility			:	hidden;
	overflow			:	hidden;/**/
}


/**================================= Link Setting =================================**/

a:link		{color:#2098D5; text-decoration:underline;}
a:visited	{color:#2098D5; text-decoration:underline;}
a:hover		{color:#C00; text-decoration:underline;}
/*a:active	{color:#C00; text-decoration:underline;}*/

/**================================= Common Setting =================================**/

body {
	font-family			:	"¥á¥¤¥ê¥ª",¡¡meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	text-align			:	center;
	color				:	#333333;
	font-size			:	100%;
	line-height			:	1.5;
}

#page {
	margin				:	0 auto;
	background-color	:	#EEEADB;
	padding				:	7px 7px 20px 6px;
	text-align			:	left;
	width				:	787px;
}

.pagetop p {
	padding-top			:	20px;
	text-align			:	right;
}

/**================================= Header Setting =================================**/

#header {
	background-color	:	#FFF;
	height				:	85px;
	width				:	787px;
	margin-bottom		:	3px;
}

#header div.logoArea {
	float				:	left;
	padding				:	19px 0 0 24px;
	font-size			:	1px;
	line-height			:	1;
}

#header div.headImgArea {
	float				:	right;
	padding-right		:	3px;
	padding-top			:	4px;
}


/**================================= Contents Setting =================================**/

.contentsArea {
	background-color	:	#FFF;
	margin-bottom		:	22px;
	font-size			:	.75em;
}

.contentsArea .pageTitleArea h1 {
	border-bottom		:	#EEEADB solid 6px;
	padding				:	18px 0 20px;
	text-align			:	center;
}


/**================================= Footer Setting =================================**/

#footer {
	font-size			:	.75em;
	width				:	787px;
}

#footer a {
	color				:	#333;
	text-decoration		:	none;
}

#footer a:visited {
	color				:	#666;
	text-decoration		:	none;
}

#footer a:hover {
	color				:	#333;
	text-decoration		:	underline;
}

#footer .leftArea {
	float				:	left;
	width				:	500px;
}

#footer ul {
	padding-left		:	13px;
	margin-bottom		:	16px;
}

#footer li {
	float				:	left;
	padding-right		:	13px;
	padding-top			:	2px;
	padding-top			:	2px;
	margin-right		:	13px;
}

#footer .rightArea {
	float				:	right;
	padding-top			:	3px;
	width				:	167px;
}


/**================================= groupsite Setting =================================**/

#group .cont01 {
	padding			:	25px;
}


.xhead_link {
	font-size		:	14px;
	padding-right	:	20px;
	text-align		:	right;
}


.line {
	color			:	#333;
	margin			:	10px 0 0 0;
	padding			:	20px;
	line-height		:	170%;
}

.date {
	text-align		:	right;
	color			:	#333333;
	margin-top		:	18px;
}


#c_list th {
	border-top			:	#fff solid 1px;
	border-bottom		:	#fff solid 1px;
	border-right		:	#fff solid 1px;
	padding				:	15px;
	font-weight			:	bold;
}

#c_list td {
	border-top			:	#EEEADB solid 1px;
	border-bottom		:	#EEEADB solid 1px;
	border-left			:	#EEEADB solid 1px;
	padding				:	15px;
}

#c_list th.c_name {
	border-top			:	#EEEADB solid 1px;
	border-bottom		:	#EEEADB solid 1px;
	border-right		:	#EEEADB solid 1px;
	padding				:	15px;
}

.list_1 {
	background		:	#eeeadb;
	width			:	30%;
	height			:	40px;
	text-align		:	center;
}

.list_2 {
	background		:	#eeeadb;
	width			:	20%;
	height			:	40px;
	text-align		:	center;
}

.list_3 {
	background		:	#eeeadb;
	width			:	40%;
	height			:	40px;
	text-align		:	center;
}

.list_4 {
	background		:	#eeeadb;
	width			:	15%;
	height			:	10px;
	text-align		:	center;
}

.detail {
	text-align		:	center;
}


.c_name {
	padding-left	:	10px;
	font-weight		:	100;
	text-align		:	left;
}

#c_list td {
	padding-left	:	10px;
}

.caut {
	text-align		:	center;
	margin			:	18px auto 30px;
	color			:	#333333;
}

.pagetop {
	padding			:	0 25px 25px 0;
}




