/* CSS Document */

/* CommonStyle start */
* {
	margin:0;
}
body {
	background:#FFF url(../img/bg_main.gif) repeat-y center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Helvetica, Arial;
	font-size:12px;
	line-height: 18px;
}

li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
html {
	overflow-y:scroll;
}
/* CommonStyle End */


/* リンク start */
a,a:link,a:visited{
	color:#0e0ab0;
	text-decoration: none;
}
a:hover{
	color:#8528dc;
	text-decoration: underline;
}

a.menu:link,a.menu:visited{
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
}
a.menu:hover{
	color:#fffd68;
	text-decoration: underline;
	font-size: 12px;
}


/* Header */
#header {
	margin:0 auto;
	height:24px;
	background:url(../img/header.gif) no-repeat center top;
	text-indent: 10px;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 15px 40px;
}

/* container */

#sidemenu {
	padding: 20px 0 0 18px;
	float: left;
	width: 160px; height:360px;
	background: url(../img/bg_sidemenu.gif) no-repeat;
}

#container {
	padding: 20px 20px 0 20px;
	float: right;
	width:657px;
	background: url(../img/bg_mypage.gif) no-repeat;
}


h1 {
	height:40px;
	background:url(../img/fujitvid_title.gif) no-repeat;
	text-indent: -9999px;
}

h2 {
	height:32px;
	background:url(../img/bg_title2.gif) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #0b2b7a;
	padding: 6px 0px 0px 20px;
}



/* container */

#page {
	width:875px;
	margin:0 auto;
}

#main {
	width:813px;
	margin:0 auto;
}



/* 閉じるボタン*/

div.close{
	text-indent: -9999px;height: 40px;
}
div.close a{
	display: block;
	width: 100%;height: 100%;
	background: url(../img/close_b.gif) top left no-repeat;
}
div.close a:hover{
	background-position: 0px -40px;
}


/* TOPへボタン*/

div.back{
	text-indent: -9999px;height: 40px;
}
div.back a{
	display: block;
	width: 100%;height: 100%;
	background: url(../img/to_top.gif) top left no-repeat;
}
div.back a:hover{
	background-position: 0px -40px;
}


/*戻るボタン */

div.next{
	text-indent: -9999px;height: 40px;
}
div.next a{
	display: block;
	width: 100%;height: 100%;
	background: url(../img/next_b.gif) top left no-repeat;
}
div.next a:hover{
	background-position: 0px -40px;
}

/* コピーライト*/
a.copy:link, a.copy:visited{
	text-indent:-9999px; display:block;
	height: 20px;
	background:url(../img/copyright.gif) no-repeat;}
a.copy:hover{
	background-position: 0px -20px;
	}


/* ページTOPへ */
div.goTop{
	clear: both;
	margin-top: 10px;
	text-indent: -9999px;
	height: 30px;
}
div.goTop a{
	display: block;
	width: 100%;height: 100%;
	background: transparent url(../img/gotop.gif) top left no-repeat;
}
div.goTop a:hover{
	background-position: 0px -30px;
}

/* ページTOPへ */

	

/*---  区切り線 ---*/

.lineM {
	background:url(../img/menu_line.gif) no-repeat;
	height:2px;width: 145px;
	margin:5px 0;
	
}

.line01 {
	background:url(../img/line1.gif) repeat-x;
	height:3px;
	margin:1px 0;
	width: 99%;
}

.line01b {
	background:url(../img/line1.gif) repeat-x;
	height:3px;
	margin:7px 0;
	width: 99%;
}

.line02 {
	background:url(../img/line2.gif) no-repeat;
	height:30px;
	margin:0px 1px;
}

.line02b {
	background:url(../img/line2b.gif) no-repeat;
	height:30px;
	margin:0px 1px;
}


.line03 {
	background:url(../img/line3.gif)  no-repeat;
	height:14px;
	margin:0px 1px;
	clear: both;
}

.line03b {
	background:url(../img/line3b.gif)  no-repeat;
	height:14px;
	margin:0px 1px;
	clear: both;
}

.line03c {
	background:url(../img/line3c.gif)  no-repeat;
	height:10px;
	margin:0px 1px;
	clear: both;
}



.table1{
	background-color: #b6cad1;
}


/* font */

.mfont1 {font-size: 12px; line-height: 18px;}
.mfont2 { font-size: 12px; color: #ef3f02; line-height: 18px;}
.mfont3 { font-size: 12px; color: #FFFFFF; line-height: 18px;}
.mfont4 { font-size: 12px; color: #e50535; line-height: 18px;}
.mfont5 { font-size: 12px; color: #11438e; line-height: 18px;}

.sfont1 {font-size: 10px;line-height: 15px;}
.sfont2 {font-size: 10px; color: #ef3f02;line-height: 15px;}
.sfont3 {font-size: 10px; color: #FFFFFF; line-height: 15px;}
.sfont4 {font-size: 10px; color: #e50535; line-height: 15px;}
.sfont5 {font-size: 10px; color: #11438e; line-height: 15px;}

.capBorder{
	border: 1px dotted #4960aa;
}

.onMenu {
	font-size: 12px;
	color: #fdff72;
	line-height: 18px;
	font-weight: bold;
}

.caption {
	font-size: 11px;
	line-height: 15px;
	color: #bf0f49;
}

.headTitle {
	font-size: 10px;
	line-height: 15px;
	color: #251f54;
}

.mTytle {
	font-size: 14px;
	color: #000079;
	font-weight: bold;
	line-height: 18px;
}

.box {
	background-color: #DDDDDD;
	margin-top: 5px;
	padding: 2px;
}

.t_right {
	text-align: right;
}
