/****** Popuppage Styles ******/


/***** Global Styles ******/

body    {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background: #f8f8f8 url(../images_share/pagebg_noborder.gif) repeat-y center top;
	}
	
a {
	color: #3333FF;
	}
	
a:hover {
	color: #FF6600;
	}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}



/* clearfloats */
.clearfloat {
	width:1px;
	height:1px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

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


/* Section */
#page_basic   {
	width: 750px;
	height: auto;
	background-image: none;
	margin: 0 auto;
	border-left: 1px solid #999999;
}


#contents {
	font-size: 12px;
	line-height: 140%;
	color: #333;
	width: 750px;
}


#copyright {
	font-size: 10px;
	line-height: 125%;
	color: #666;
	width: 750px;
	text-align: center;
	clear: both;
	border-top: 1px solid #999999;
}



/* Block Article */

.article_full {
	font-size: 12px;
	line-height: 160%;
	color: #666;
	text-align: left;
	clear: both;
	width: 750px;
}

.article_std {
	font-size: 12px;
	line-height: 160%;
	color: #666;
	text-align: left;
	clear: both;
	width: 710px;
	padding-left: 20px;
}

.article_left {
	font-size: 12px;
	line-height: 160%;
	color: #666;
	text-align: left;
	clear: both;
	width: 430px;
	float: left;
}

.article_right {
	font-size: 12px;
	line-height: 160%;
	color: #666;
	text-align: left;
	clear: none;
	width: 299px;
	float: right;
	padding: 10px;
	border-top: 2px dotted #666;
}
