/* 基本 */

html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font: 11px "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
}

h1,h2,h3,h4,p,ul,li,dl,dd,form,fieldset	{
	margin: 0px;
	padding: 0px;
}


/* タグ */


body	{
	font: 11px "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	background: #FFFFFF;
}
td	{
	font: 11px "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
}

h2	{
	margin-bottom: 7px;
}


h3	{
	margin-bottom: 10px;
	margin-top: 5px;
}

h4	{
	font: 11px "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
h5 {
	font: 40px "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}


p	{
	font: 11px/160% "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
}

a:link {
	color: #333;
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
	color: #333333;
}

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



/* レイアウト */



#wrapper {
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}
#content2 {
	width: 900px;
}
#content3 {
	width: 840px;
	padding-left: 30px;
	padding-right: 30px;
}
#content4 {
	width: 470px;
	padding-left: 30px;
	float: right;
}
#content5 {
	width: 400px;
	float: left;
}
#content6 {
	width: 225px;
	float: left;
}



#sub_content {
	width: 900px;
	height: 80px;
}


#boder {
	width: 900px;
	height: 50px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


#subtitle {
	width: 900px;
	height: 30px;
}

#ifbox {
	margin-top: 0px;
	margin-left: 0px;
	width: 870px;
}
#ifbox2 {
	margin-top: 0px;
	margin-left: 0px;
	width: 830px;
	padding-left: 20px;
	padding-right: 20px;
}
#ifbox3 {
	width: 500px;
	float: left;
	height: 500px;
}
#ifbox4 {
	width: 300px;
	float: right;
	height: 500px;
}
#ifbox5 {
	width: 300px;
	height: 300px;
	padding-top: 200px;
}


#btnbox {
	width: 180px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 250px;
	float: left;
}
#btnbox2 {
	width: 300px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 150px;
	float: left;
}


.clear {
	clear: both;
}
#space {
	width: 900px;
	height: 50px;
}
#space2 {
	width: 900px;
	height: 25px;
}
#space3 {
	width: 900px;
	height: 100px;
}




#news {
	height:25px;
	margin:0;
	padding:0px;
	line-height:25px;
	font-size:11px;
	color:#ffffff;
	list-style-type: none;
	background:url(images/image_newsheadline.jpg) top left no-repeat;
	width: 900px;
}
 
#news li{
padding:0 0 0 200px;
}
#news li span{
margin-left:10px;
}

#news li a:link, #news li a:visited {
	color: #ffffff;
}

#news a:active, #news a:hover {
	color: #ff0000;
}


/*

元のタグ

a{color:#ccc; text-decoration:none;}

a:hover{
	color:#999;
}

*/


/* TICKER */
#headlines { position:absolute; margin-top:-196px; }
#ticker { min-height: 26px; margin-bottom: 15px; background: #f6f6f6 url(/jp/home/elements/ticker_btm_grey.gif) no-repeat 0 100%; /*position: relative;*/ _height:26px;}
#ticker p { line-height: 16px; width: 100%; padding-top: 5px; padding-bottom: 0.2em; background: url(/jp/home/elements/ticker_top_grey.gif) no-repeat 0 0; float: left; margin-bottom: 3px; }
#ticker a#ticker-headline {
	width: 12.5em;
	margin-right: 1em;
	color: #565656;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #808080;
	display: block;
	float: left;
}
#ticker a#news-headline {
	padding-left: 15px;
	color: #a1a5a9;
	float: right;
}
#ticker a {
	color: #6e6e6e;
	text-decoration: none;
}
#ticker a#news-link { position: relative; z-index: 10; }

