@charset "shift_jis";
/*CSS Document


/*フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
    line-height:180%;
    text-align:left;
    padding-left:15px;
}

th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:90%;
	
}
p{
	font-size:12px;
	*font-size:90%;
	*font:90%;
}

/*テキストカラー初期設定*/
html{
 overflow-x:hidden;
}

a{
	color:#2255cc;
	text-decoration:none;
	outline:none;
}
a.prof{
	color:#fff;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#FF9900;
	text-decoration:none;
	
}

/*テキストカラー初期設定エンド*/


*{
	margin:0; padding:0;
}
img{
	border:0;
}
a img{
	border:0;
}
a.hover img{
	border:0;
}

table,div{
	margin:auto;
	
}



.obj{
	margin:0 6px 0 6px;
	
}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
	
}

.CNT{
	text-align:center;
}
.R{
	text-align:right;
}
.L{
	text-align:left;
}


li{
    float: left;
}

.ticker {
    margin: 0px auto 0px auto;
    color:#fff;
    background:#000;
    padding: 10px;
    width: 100%;
    text-align: right;
    position: relative;
    overflow: hidden;
    z-index:1;
}
.ticker ul {
    width: 98%;
    position: relative;
}
.ticker ul li {
    width: 100%;
    display: none;
    font-size: 15px;
    font-weight: 800;
    margin-right: 100px;
}

/**レイアウト**/

body{
	width:780px;
	min-height: 400px;
	overflow:hidden;
	padding-top: 0px;
	background: #fff;
	background-image:url(img/b_menu.jpg);
	background-repeat: repeat-y;
	color:#111;
}

#box{
	width: 750px;
	height:auto;
	margin-bottom: 35px;
	padding: 10px 20px 15px 20px;
	font-size:12px;
	font-weight:normal;
	text-align: left;
	text-indent:0px;
	overflow: auto;
	line-height:180%;
	vertical-align:top;
	color:#666;
	word-wrap: break-word;
	border-bottom: 1px solid #ddd;
}
#box img{
	border: 5px solid #111;
	margin: 5px 15px;
	float:left;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

#rollup {
	width: 75px;
	height: 75px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color:#000;
	z-index: 999;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}


h1{	
	font-size:18px;
	padding: 5px 0px 5px 25px;
	color:#fff;
	background-color: #333;
	font-weight: 400;
	text-indent:0px;
	vertical-align:top;
	margin:0px 0px 50px 0px;
	text-align: left;
	overflow: auto;
}
h2{
	font-size:13px;
	color:#4169E1;
	text-indent:14px;
	text-align: left;
	padding-left: 10px;
	vertical-align:top;
	font-weight:normal;
}
.i{
background-image: url(ico/i.jpg);  
    background-repeat: no-repeat;  
    background-position: top right;  
}
.p{
background-image: url(ico/p.jpg);  
    background-repeat: no-repeat;  
    background-position: top right;  
}
.w{
background-image: url(ico/w.jpg);  
    background-repeat: no-repeat;  
    background-position: top right;  
}
.z{
background-image: url(ico/z.jpg);  
    background-repeat: no-repeat;  
    background-position: top right;  
}

h3{
	font-size:14px;
	color:#333;
	text-indent:25px;
	vertical-align:top;
	font-weight: 800;
	margin:0px 0px 5px 0px;
	padding-left:0px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	word-wrap: break-word;
}

h5{
	font-size:18px;
	padding: 5px 0px 5px 25px;
	color:#fff;
	background-color: #333;
	font-weight: 400;
	text-indent:0px;
	vertical-align:top;
	margin:0px 0px 15px 0px;
	text-align: left;
}
h6{
	font-size:13px;
	color:#666;
	text-indent:14px;
	text-align: left;
	padding-left: 10px;
	vertical-align:top;
	font-weight:normal;
	margin:1px 0px 3px 0px;
}



@media print{

#container{

	}
}			


	   