@charset "utf-8";

* {
	margin:0pt;
	padding:0pt;
}
body {
	color:#333333;
	font-family:MS-PGothic,Verdana,MS Gothic;
	font-size:12px;
	line-height:1.5em;
	background: #FFFFFF url(/img/bglayout.jpg) left top repeat-x;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

img {
	border:0pt none;
}

a {
	text-decoration: none;
	color:#0000AA;
}

a:hover {
	text-decoration: underline;
}

.clearFix {
	zoom: 1;
}

.clearFix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	LAYOUT
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	width: 100%;
	text-align:center;
}

#header {
	/*background: url(/ img/black_line3.gif) left top no-repeat;*/
	position: relative;
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	
}
	#header #logo {
		position: absolute;
			/* top: 13px; for basic style */
			top: 7px;
			left: 10px;
	}
	
	#header #ad {
		position: absolute;
			top: 20px;
			right: 13px;
	}
	
	#header #search {
		position: absolute;
			top: 60px;
			right: 27px;
	}
		#header #search input {
			vertical-align: middle;
		}
		
		#header #search #searchText {
			background-color: #FFFFFF;
			border: solid 1px #888888;
			color: #333333;
			line-height: 23px;
			width: 190px;
		}

#container {
	width:1000px;
	margin:0 auto;
	padding: 10px 15px;
	text-align: left;
}
.contentBox {
	margin-bottom:15px;

}
.contentBox .content {
	min-height:50px;
	padding:10px 0px;
}

.contentBox .headLineBox {
	position:relative;
	width:100%;
}
.contentBox .headLine {
	background:transparent url(/img/main_top.gif) no-repeat left top;
	color:#000000;
	font-size:16px;
	height:30px;
	
}
.contentBox .headLineLong {
	background:transparent url(/img/main_top_long.gif) no-repeat left top;
	color:#000000;
	font-size:16px;
	height:30px;
	
}
	.contentBox table,td,tr{
		font-size:13px;
		border-collapse:collapse;
		padding:5px 10px;

	}
		.contentBox .gray_color{
			background-color:#F5F4F4;

		}
.contentBox .title {
	color:#000000;
	position:absolute;
	top:6px;
	padding-left: 10px;
}
.contentBox .moreBtn {

	position:absolute;
	right:10px;
	top:6px;
}
	#mainColumn {
		float: left;
		padding-right: 10px;
		width: 670px;
		margin-bottom:15px;
	}
	#wideMainColumn {
		float: left;
		padding-right: 10px;
		width: 990px;
		margin-bottom:15px;
		
	}
		#contentMenu {
			float: left;
			width: 160px;
		}
			
		#contentArea {
			float: left;
			width: 510px;
		}

			#subColumn {
				float:left;
				width:200px;
			}
	.popList {
		float:left;
		margin-right:1px;
		margin-left: 5px;
		width:32%;
		background-color: #FDFCFC;
		border:1px solid #dddddd;
		OVERFLOW: hidden;
		WHITE-SPACE: wrap;
		height: 300px;
		margin-bottom:8px;
	}
	.widePopList {
		float:left;
		margin-right:1px;
		margin-left: 5px;
		width:24%;
		background-color: #FDFCFC;
		border:1px solid #dddddd;
		OVERFLOW: hidden;
		WHITE-SPACE: wrap;
		height: 300px;
		margin-bottom:8px;
	}
	.smallPopList {
		float:left;
		margin-right:1px;
		margin-left: 5px;
		width:32%;
		background-color: #FDFCFC;
		border:1px solid #dddddd;
		OVERFLOW: hidden;
		WHITE-SPACE: wrap;
		height: 135px;
		margin-bottom:8px;
	}
	.list {
		padding:5px;
	}
	.smallfont{
		font-size:10px;
	}
	

	.movStyle {
		float:left;
	}
	.movStyle img.movImg {
		border:1px solid #AEAEAE;
		margin-bottom:5px;
		padding:1px;
		width: 120px;
		height: 91px;
		margin:2px;
		background-color: #ffffff;
	}
	.movStyle img.smallMovImg {
		border:1px solid #AEAEAE;
		margin-bottom:5px;
		padding:1px;
		width: 90px;
		height: 68px;
		margin:2px;
		background-color: #ffffff;
	}
#footer {
	clear:both;
	color:#677682;
	font-size:10px;
	line-height:1.5em;
}
	#footer a {
		color:#677682;
	}
	#footerLogo {
		float:left;
		height:46px;
		width:113px;
	}
	#footerMenu {
		margin-left:128px;
	}
	#footerMenu ul li {
		display:inline;
		padding-right:12px;
	}
	#footSiteLink {
	}
	#footSiteLink li {
		padding:0pt !important;
	}
	#footSiteLink, #footSiteLink a {
		color:#71D9FF;
	}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	TOP BAR MENU
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#commonMenuWrap {
	background: url(/img/top_bar.gif) left top repeat-x;
	width: 100%;
	height: 25px;
	text-align:center;
}
 
#commonMenu {
	color: #000000;
	line-height: 25px;
	position: relative;
	width: 1000px;
	left: 0;
	top: 0;
	margin:0pt auto;
	height: 25px;
}
	#commonMenu #userName {
		float: left;
		padding-left: 10px;
	}
	
	#commonMenu a {
		color: #000000;
	}
	
	#commonMenu ul {
		float: right;
		padding-right: 20px;
	}
		#commonMenu ul li {
			float: left;
			padding-right: 5px;
		}
			#commonMenu ul li.login {
				padding-right: 0;
				width: 66px;
			}
				#commonMenu ul li.login a {
					background: url(/img/btn.gif) left center no-repeat;
					color: #000000;
					display: block;
					font-weight: bold;
					font-size: 10px;
					text-decoration: none;
					text-align: center;
				}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	MENU
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#mainMenu {
	position: absolute;
		top: 61px;
		left: 5px;
}
	#mainMenu ul li {
		float: left;
		width: 100px;
		height: 31px;
	}
	#mainMenu ul li#tab_Side1 {
		float: left;
		width: 41px;
		height: 31px;
	}
	#mainMenu ul li#tab_Side2 {
		float: left;
		width: 68px;
		height: 31px;
	}
		#mainMenu ul li a {
			display: block;
			position: relative;
			width: 100px;
			height: 31px;
		}
		
			#mainMenu ul li a span {
				cursor: pointer;
				display: block;
				position: absolute;
					top: 0;
					left: 0;
				width: 100px;
				height: 31px;
			}
			
			/* menu style */
			#mainMenu ul li#tab_Side1 {
				background: url(/img/parts_tab_side1.jpg) left top no-repeat;
			}
			#mainMenu ul li#tab_Home a span {
				background: url(/img/tab_top.jpg) right top no-repeat;
			}
			
			#mainMenu ul li#tab_Sch a span {
				background: url(/img/tab_dougakensaku.jpg) right top no-repeat;
			}
			
			#mainMenu ul li#tab_Blog a span {
				background: url(/img/tab_dougablog.jpg) right top no-repeat;
			}
			
			#mainMenu ul li#tab_Rank a span {
				background: url(/img/tab_ranking.jpg) right top no-repeat;
			}
			
			#mainMenu ul li#tab_My a span {
				background: url(/img/tab_mypage.jpg) right top no-repeat;
			}
			#mainMenu ul li#tab_Words a span {
				background: url(/img/tab_words.jpg) right top no-repeat;
			}
			#mainMenu ul li#tab_Side2 {
				background: url(/img/parts_tab_side2.jpg) left top no-repeat;
			}
			
			#mainMenu ul li a:hover span {
				background-position: left top !important;
			}
			
			/* current menu style */
			body#Home #mainMenu ul li#tab_Home a span ,
			body#Sch #mainMenu ul li#tab_Sch a span ,
			body#Blog #mainMenu ul li#tab_Blog a span ,
			body#Rank #mainMenu ul li#tab_Rank a span ,
			body#Words #mainMenu ul li#tab_Words a span ,
			body#My #mainMenu ul li#tab_My a span {
				background-position: left top !important;
			}
			

/*-------------------------------------------------------------------
id="sidebar"関係のスタイル
--------------------------------------------------------------------*/


.gray_module {
	background:transparent url(/img/side_med.gif) repeat-y scroll left top;
	width:300px;
}
.mb8 {
	margin-bottom:8px;
}
.gray_module div.bg1 {
	background:transparent url(/img/side_top.gif) no-repeat scroll left top;
}
.gray_module div.bg2 {
	background:transparent url(/img/side_btm.gif) no-repeat scroll left bottom;
}
#r_mlb_topic .user_vcell{
	float: left;
	height: 40px;
	padding:1px;
	margin: 0px 0px 1px 1px;
	border:1px solid #dddddd;
	OVERFLOW: hidden;
	WHITE-SPACE: wrap;
	width: 50%;
}

#r_mlb_topics .inner {
	margin:0px 5px;
	padding-bottom:5px;
}
.r_module_ttl {
	height:20px;
	position:relative;

	top:3px;
	padding-left: 10px;
}
#r_mlb_topics ul {
	background-color:#FDFDFD;
	border:1px solid #DDDDDD;
	padding:5px 8px;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	clear:both;
	width:100%;
	background:#FFFFFF;
	border-top:5px solid #FFFFFF;
	/*color:#7473a5;*/
	text-align:center;
}div#footer h3{
	border-top:1px dotted #7473a5;
	font-size:12px;
	font-weight:normal;
	padding-top:8px;
}address{
	font-size:12px;
	font-style:normal;
	padding-top:11px;
	padding-bottom:7px;
	line-height:135%;
}div#footer a,div#footer a:visited,div#footer a:hover{
	color:#7473a5;
	text-decoration:underline;
}

.imgbtn {
	text-align: left;
	width:100%;
	margin-left:0px;
	margin-top:-20px;
	padding: 1px;
}
}
/*-------------------------------------------------------------------
	PAGE
--------------------------------------------------------------------*/

.page {
    color: #666;
    text-align: center;

}
.page a {
    padding: 2px 3px;
    text-decoration: none;
}
.page a:link,.page a:visited {
    color:#4F92EB;
    background-color: #f7f7f7;
    border: solid 1px #dedede;
}
/* マウスあてたとき */
.page a:hover {
    color: #333;
    border: solid 1px #ddd;
        background-color: #FFAAAA;
}
/* 現在いる場所 */
.page .page_now {
    padding: 2px 3px;
    border: solid 1px #ddd;
    font-size : 16px;
    font-weight: bold;
    color:#FFFFFF;
    background-color: #555555;
    border: solid 1px #dedede;
}

/*-----------------------------------------------------
     その他
------------------------------------------------------*/
.loginFormbox {
	background-color:#D0E0E8;
	background-position:0pt;
	background-repeat:repeat-x;
	border:1px solid #AFC3CE;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
	text-align:left;
	width:950px;
}

.button {
	padding-right: 0;
	width: 66px;
	background: url(/img/btn.gif) left center no-repeat;
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}


/*-----------------------------------------------------
     SIDE
------------------------------------------------------*/
	.sidePopList {
		float:left;
		margin-right:1px;
		margin-left: 5px;
		width:46%;
		OVERFLOW: hidden;
		WHITE-SPACE: wrap;
		height: 27px;
		margin-bottom:8px;
	}
