@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

img, abbr, acronym, fieldset {
	border: 0;
}

ol, ul {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}


a:link {
	color: #eeeecc;
	text-decoration: underline;
}

a:visited {
	color: #eeeecc;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #eeeecc;
	text-decoration: none;
}

html {
	margin: 0;
	padding: 0;
	background-color: #333322;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	text-align :left;
	color: #eeeecc;
	background-color: #ffffff;
}


/*** Header Area ***/

#MainVisual {
	width:960px;
	height:330px;
	margin: 0px;
	background-image:url(../../image/img_mainvisual_1.gif);
	background-repeat:no-repeat;
}

/*
#headbox {
	width: 782px;
	margin: 0;
	//text-align: right;
}

#head_text {
	text-align: right;
	vertical-align: top;
	line-height: 1;
	margin: 0;
	padding: 0;
}
*/

/*** @ ***/

table#CoProfile {
    border-spacing: 0;
}

table#CoProfile td {
    padding: 1px 10px;
    border-width: 0 0 1px 0;
    text-align: left;
    vertical-align: top;
}

table#CoYakuin td {
    padding: 0px;
    border: 0;
    text-align: left;
    vertical-align: top;
}

table#CoJigyo td {
    padding: 0px;
    border: 0;
    text-align: left;
    vertical-align: top;
}


/*** Body Area ***/

#BodyArea {
	margin: 0;
	text-align :left;
	background-color: #333322;
}

#BodyContainer {
	position: relative;
	width: 960px;
	left: 0;
}

#PrimaryArea {
	float: left;
	/*position: relative;*/
	width: 128px;
	margin: 0;
	text-align :left;
}

#SecondaryArea {
	float: left;
	/*position: relative;*/
	width: 732px;
	margin: 15px 0px 0px 100px;
	text-align: right;
}


/*** Footer Area ***/

#FooterArea {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#footline {
	width: 100%;
	height: 1px;
	background-image: url(../image/bg_foot.gif);
	background-repeat:repeat-x;
}

#footbox {
	width: 900px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

#copyright {
	margin: 0;
	font-size: 10px;
}

