@charset "utf-8";
/**
 * main_layout.css
 */


/* import
--------------------------------------------------*/



/* html, body
--------------------------------------------------*/
    html, body {
    text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    }
    
    
/* siteCommonStyle
--------------------------------------------------*/
/* font-size */
	body, td, th {
	font-size: 14px;
	line-height: 1;
	color:#000000;
}
/* A */
	a {
	color:#000000;
	text-decoration: underline;
    }
    a:hover {
	color:#000000;
	text-decoration: none;
    }
    
    
/* layout
--------------------------------------------------*/
/* container */
	#logo {
    position:relative;
    width: 100%;
    margin:40px 0 40px 0;
    }
	#top {
    position:absolute;
    width: 100%;
    bottom:0;
    text-align:center;
    display:none;
    }
    .title_text{
	font-size: 11px;
	line-height: 1;
	color:#000000;
    }
    .title_text span{
	font-size: 11px;
	line-height: 1;
	color:#ff0000;
    }
    .copyright{
	font-size: 10px;
	line-height: 1;
	color:#000000;
    }
	#all_set {
    position:relative;
    width: 700px;
    height: 100%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin:0 auto 0;
    }
	.container {
    position:relative;
    width: 700px;
    margin:0 40px 0 40px;
    }
    .date{
	font-size: 14px;
	line-height: 1;
	color:#000000;
    }
    .title h1{
	font-size: 24px;
	line-height: 1;
	color:#000000;
    }
    .copy{
	font-size: 16px;
	line-height: 2;
	color:#000000;
    }
    #noscript{
	font-size: 14px;
	line-height: 2;
	color:#000000;
    }
    .wp_social_bookmarking_light div{
    float:left!important;
    margin-right:10px;
    }
    #respond{
	font-size: 12px;
	line-height: 1.8;
	color:#000000;
    padding:20px;
    background:#f2f2f2;
    -webkit-border-radius: 8px;
    }
    .comment-form-author label{
    display:block;
    margin-top:10px;
    }
    .comment-form-email label{
    display:block;
    margin-top:10px;
    }
    .comment-form-url label{
    display:block;
    margin-top:10px;
    }
    .comment-form-comment label{
    display:block;
    margin-top:10px;
    }
    #comment{
    margin-bottom:20px;
    }
    .form-allowed-tags{
    display:none;
    }
    .comment{
	font-size: 12px;
	line-height: 1.8;
	color:#000000;
    padding:20px;
    background:#f2f2f2;
    -webkit-border-radius: 8px;
    }
    .compost{
    color:#999;
    margin-bottom:10px;
    }
    .compost:last-child{
    margin-bottom:0;
    }
    .cominfo{
    margin-top:10px;
	font-size: 10px;
	line-height: 2;
    }
    .vtip { 
    cursor:pointer;
    }
    p#vtip { 
	font-size: 12px;
	line-height: 1;
    display: none; 
    position: absolute; 
    padding: 10px; 
    color: #fff; 
    left: 0px; 
    background-color:#000000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 9998;
    white-space: nowrap;
    }
    #loading { 
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    z-index:9999;
    }
    #loading_img{ 
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-400px;
    z-index:9999;
    }
    #menu_box{
    width:500px;
    height:500px;
    background:#000;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-250px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    display:none;
    }
    .wh{
	font-size: 14px;
    color:#fff;
	line-height: 1.8;
    }
    .wh a{
	font-size: 14px;
    color:#fff;
	line-height: 1.8;
    }
    h3{
	font-size: 14px;
    font-weight:bold;
    color:#000000;
    }
    .related_list{
    margin-top:30px;
    margin-left:20px;
	font-size: 16px;
    }
    .related_list li{
    margin-top:30px;
    color:#666666;
    }
    #sound{
    display:none;
    }
    hr{
    border-top: 1px dotted #8c8b8b;
    }
    h2{
    font-size:20px;
    }
    .main{
	font-size: 14px;
	line-height: 1.8;
    }