@charset "UTF-8";
@import url("ui.css");
@import url("text.css");
@import url("photo.css");
@import url("table.css");
@import url("slide.css");

/* rad 2010 01 15 */

/* @group initial */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}



img {
	border: 0;
}



/* @end */

/* @group link */

a:link {
	border-style: none;
	color: #4545f4;
	text-decoration: none;
}

a:visited {
	color: #3636c2;
	text-decoration: none;
}

a:hover {
	color: #f86e6e;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}



/* @end */

/* @group stracture */

body {
	background: #eeeeee;
	margin: 0px;
	padding: 0px;
}

#wrapper { 
	margin: 0 auto 0 auto;
	padding: 5px 30px 0 30px;
	width: 700px;
	background: #fff url(../common/bg.gif) repeat-y;
	min-height: 600px;
}

#header {
	width: 700px;
}

ul#shouldermenu {
	float: right;
	width: 180px;
	display: none;
}

#Gmaingraphics {
	width: 700px;
	height: 290px;
	background-image: url(../common/maingraphics_link.jpg);
	margin: 0px 0px 20px 15px;
}




/* コンテンツエリア定義 */
#contentsArea{
	width: 700px;
	min-height: 450px;
	margin: 6px 0 20px 0;
	clear: both;
}

#contents { 
	oGverflow: auto;
	margin-bottom: 50px;
}

.leftcolumn {
	float: left;
	width: 500px;
	font-size: 14px;
	line-height: 1.8em;
	min-height: 300px;
}

.rightcolumn {
	float: right;
	width: 200px;
	padding-top: 0px;
	font-size: 11px;
	line-height: 1.4em;
}

/* サイドバー */

.sideMenuTitle{
	font-size: 10px;
	line-height: 1.6em;
	color: #888;
	margin: 0 0 10px 0px;
}


/* フッター */
#footer{ 
	width: 700px;
	min-height: 82px;
	margin: 25px 0 0 0;
	padding-top: 8px;
	clear: both;
	background-color: #dfdfdf;
}

#footer #footercontents{ 
	width: 682px;
	margin-left: 9px;
	font-size: 11px;
	line-height: 1.6em;
}

#footer a{ 
	float: right;
}

#footer #footercontents #credit{ 
	margin-bottom: 28px;
	font-weight: bold;
}



/* @end */

/* @group maingraphics */
div#maingraphic {
	width: 700px;
	height: 180px;
	clear: both;
	margin-bottom: 8px;
}

div#maingraphicS {
	margin-bottom: 8px;
}

body#index div#maingraphic {
	background-image: url(../common/main_epr.jpg);
}

/* @end */





