/* @override http://www.literajapan.com/css/base.css */

@charset "UTF-8";
@import url("ui.css");
@import url("text.css");
@import url("photo.css");
@import url("table.css");
@import url( http://www.google.com/cse/api/overlay.css );

/* ブラウザスタイルの初期化 */

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



img {
	border: 0;
}


/* リンクテキスト (a) */

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

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

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

a:active {
	text-decoration: underline;
}


/* レイアウト全体 */

body {
	background: #f6f6f1 url(../common/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper { 
	margin: 0 auto 0 auto;
	width: 940px;
}

#header {
	margin: 0px 0px 0px 0px;
	width: 940px;
	height: 250px;
	background-image: url(../common/bg_header.png);
	behavior: expression(IEPNGFIX.fix(this));
	position: relative;
}




div#maingraphics img{
	margin: 0px 10px 0px 10px;
}



/* コンテンツエリア定義 */
#contentsArea{ 
	width: 940px;
	padding-top: 5px;
	background-image: url(../common/bg_contents.png);
	behavior: expression(IEPNGFIX.fix(this));
	overflow: auto;
}

#contents { 
	width: 800px;
	margin: 0px 0px 0px 70px;
	hGeight: 300px;
	overflow: auto;
	padding-bottom: 50px;
}


/* 本文領域 */
div#leftcolumn {
	float: left;
	width: 735px;
	margin-left: 35px;
}

div#rightcolumn {
	float: right;
	width: 205px;
	margin-right: 27px;
	display: none;
}

div#headcolumn_top {
	width: 768px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}


div#leftcolumn_top {
	float: left;
	width: 450px;
	margin-left: 35px;
}


div#rightcolumn_top {
	float: right;
	width: 205px;
	margin-right: 27px;
}


/* サイドバー */

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


/* フッター */
#footer{ 
	height: 280px;
	background: url(../common/footer.gif) repeat-x;
	position: relative;
}


#footerfooter{ 
	height: 90px;
	background: url(../common/footerfooter.gif) repeat-x;
	position: relative;
	font-size: 11px;
	line-height: 1.8em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer #footerContents{
	margin: 0 auto 0 auto;
	width: 760px;
}

#footer #contactUs {
	float: right;
	margin-top: 0px;
}

#footer #contactUs a{
	display: block;
	width: 150px;
	height: 200px;
	background: url(../common/btn_contact.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	z-index: 2;
	text-indent: -9999px;
}

#footer #contactUs a:hover{
	background: url(../common/btn_contact_o.png) no-repeat;	
}


#footer h3{
	color: #fff;
	font-size: 14px;
	padding: 20px 0px 14px 0px;
}

#footer #usE {
	color: #ccc;
	font-size: 11px;
	width: 290px;
	line-height: 1.3em;
	float: left;
}

#footer #usJ {
	color: #ccc;
	font-size: 11px;
	width: 270px;
	line-height: 1.8em;
	margin-left: 320px;
}

#footer #credit {
	padding-top: 20px;
	font-size: 12px;
	clear: both;
	color: #eee;
}

#breadcrumb{
	font-size: 11px;
}

/* @group top */
div#headcolumn_top img.photoL{
	margin: 0 8px 0 0;
}

div#headcolumn_top img.photoR{
	margin: 19px 3px 8px 0;
}

div#headcolumn_top a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

div#headcolumn_top p{
	letter-spacing: -0.08em;
}

a#videoseminar {
	display: block;
	margin-bottom: 30px;
}


/* @end */




