@charset "Shift-JIS"; 
	 
@import "/file/common/css/reset.css";
@import "/file/common/css/fonts.css";


/**
 * ========================================
 * Common Style
 * ========================================
 **
 * HTML
 * ========================================
 */

body
{
	color: #c6c6c6;
	background-color: #000;
}

#Header,
.Wrapper
{
	width: 886px;
	margin-right: auto;
	margin-left: auto;
}

#Content
{
	float: right;
	width: 679px;
}

#Navigation
{
	float: left;
	width: 207px;
}

.page
{
	padding: 10px 30px 0;
	margin-bottom: 20px;
	background-color: #FFF;
	color: #3f3f3f;
	text-align: center;;
	font-size: 85%;
	overflow: hidden;
	word-break: break-all;
}

ul.page_navi li {
	list-style-type: none;
	display: inline;
}

/**
 * SiteId
 * ========================================
 */

#SiteId
{
	float:left;
	margin-bottom: 50px;
	margin-top:65px;
}


/**
 * Theory
 * ----------------------------------------
 */

#Theory
{
	float:right;
	margin-top:77px;
}

#Theory img
{
	margin-left: 35px;
	vertical-align: middle;
}

/**
 * flash 
 * ========================================
 */

#Bulletin
{
	margin-bottom: 15px;
	clear:both;
}

#Header form
{
	margin-bottom: 40px;
}

#Header form .Input
{
	margin-right: 10px;
	width: 170px;
	border: 1px solid #BFBFBF;
}

#Header form .Button
{
	font-size: 93%;
	color: #FFF;
	background-color: #000;
	border: none;
	display: inline;
	text-transform: uppercase;
}

/**
 * ========================================
 * Content
 * ========================================
 */

#Main
{
}

#Content .Section
{
	padding: 30px;
	margin-bottom: 20px;
	background-color: #FFF;
	color: #3f3f3f;
}

#Content .Section h2,
#Content .Section .Date
{
	width: 619px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
}

#Content .Section h2 a
{
	color: #3f3f3f;
	text-decoration: none;
}

#Content .Section .ArticleWrap
{
	margin-bottom: 1em;
	margin-top: 15px;
	width: 619px;
	overflow: hidden;
	word-break: break-all;
	font-size: 85%;
	line-height: 1.8;
}

#Content .Section .ArticleList
{
}

#Content .Section .ArticleList li
{
	margin-bottom: 20px;
}


#Content .Section .Article
{
	float: right;
	width: 384px;
}
#Content .Section .Article p,
#Content .Section .Article ul,
#Content .Section .Article dl,
#Content .Section .Article table
{
	margin-bottom: 1em;
	font-size: 85%;
	line-height: 1.8;
}


#Content .Section .ArticleThumbList
{
}

#Content .Section .ArticleThumbList li
{
	margin-bottom: 20px;
}


#Content .Section .ArticleThumb
{
	float: right;
	width: 474px;
}

#Content .Section .ArticleThumb h2,
#Content .Section .ArticleThumb .Date
{
	font-size: 14px;
	font-weight: bold;
}


#Content .Section .ArticleThumb h2 a {
	color: #3f3f3f;
	text-decoration: none;
}


#Content .Section .ArticleThumb p,
#Content .Section .ArticleThumb ul,
#Content .Section .ArticleThumb dl,
#Content .Section .ArticleThumb table
{
	margin-bottom: 1em;
	font-size: 10px;
	line-height: 1.8;
}

#Content .Section .Image
{
	float: left;
	width: 140px;
}

#Content .Section .posted {
	text-align: right;
	font-size: 85%;
}



/**
 * Trackback / Comments
 * ========================================
 */

/* Trackback */

p.entry_text {
	padding: 15px 0;
}

#entry_ping_url dt {
	font-weight: bold;
}

#entry_ping_url dd {
	margin: 0 0 15px;
}

#entry_ping_list {
	padding: 0;
}

.entry_ping {
	margin: 10px 0;
	border-top: 4px solid #666666;
}

#entry_ping_list h3 {
	margin: 0;
	width: 619px;
	overflow: hidden;
	word-break: break-all;
}

#entry_ping_list h3 cite {
	font-weight: bold;
}

.entry_ping .entry_text {
	padding: 0;
	width: 619px;
	overflow: hidden;
	word-break: break-all;
}

.ping_posted {
	margin: 5px 0 0 ;
	padding: 5px 0;
	text-align: right;
	border-top: 1px solid #cccccc;
}

/* Comments */

.form_err {
	padding: 2px 0 5px;
	color: #FF6666;
}

.textControl {
	padding: .2em;
	width: 500px;
	border-top: none;
	border: 1px solid #BEBEBE;
}

.checkCookie {
	display: inline;
}

#comment_preview {
	width: 619px;
	padding: 5px 0;
	font-weight: normal;
	line-height: 1.4;
	overflow: hidden;
	word-break: break-all;
}

.comment_layer {
	width: 619px;
	margin: 0 5px;
	padding: 5px 0;
	overflow: hidden;
	word-break: break-all;
}

#entry_comment_list {
	padding: 0;
}

.entry_comment {
	margin: 10px 0;
	border-top: 4px solid #666666;
}

.entry_comment .entry_text {
	padding: 0;
	width: 619px;
	overflow: hidden;
	word-break: break-all;
}

.comment_posted {
	margin: 5px 0 0 ;
	padding: 5px 0;
	text-align: right;
	border-top: 1px solid #cccccc;
}


/**
 * Captcha description
 * ========================================
 */


#comment_form_captcha_fieldset {
	margin: 15px 0 0;
	padding-bottom: 5px;
	width: 400px;
	text-align: left;
	border: 1px solid #ccc;
	display: block;
}

#comment_form_captcha_fieldset dt,
#comment_form_captcha_fieldset dd {
	margin: 0;
}

#comment_form_captcha_fieldset legend {
	border: 0;
	display: none;
}

#comment_form_captcha_fieldset dt {
	margin-bottom: 3px;
}
#comment_form_captcha_fieldset dl {
	width: 90%;
	padding: 5px;
}

#comment_form_captcha_description {
	padding-bottom: 10px;
}

#comment_form_captcha_description p {
	padding-bottom: 5px;
}

#comment_form_captcha_image_wrap {
	width: 170px;
	margin-bottom: 8px;
}

#comment_form_captcha {
	width: 170px;
	padding: 3px;
}



/**
 * side
 * ========================================
 */

.Module
{
	margin-bottom: 30px;
}

.side
{
	padding-bottom: 30px;
}

.Module h2,
.Search .Button,
.side .side_title
{
	font-family: "Centry Gothic", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.Module h2
{
	margin-bottom: 10px;
}

.side .side_title
{
	padding-bottom: 10px;
}

.Module ul,
.Module dl
{
}

.Module ul.LinkList
{
}

.Module ul.LinkList li
{
	margin-bottom: 10px;
}

.side_text
{
	margin-bottom: 5px;
	text-align: left;
	width: 190px;
	overflow: hidden;
	word-break: break-all;
}

.Module a,
.side a
{
	color: #FFF;
	text-decoration: none;
}


/**
 * MobileSite
 * ========================================
 */

#MobileSite
{
}

#MobileSite ul
{
}

#Navigation #MobileSite ul li
{
	margin-bottom: 10px;
	margin-left: 0;
	text-transform: uppercase;
}

#Navigation #MobileSite ul li img
{
	margin-right: 20px;
}

/**
 * New Entry
 * ========================================
 */

#NewEntry
{
}

#NewEntry dl
{
	font-size: 85%;
}

#NewEntry dl dt
{
	margin-bottom: 5px;
}

#NewEntry dl dt .Date
{
	margin-right: 1em;
}

#NewEntry dl dd
{
	margin-bottom: 20px;
}

/**
 * Calendar
 * ========================================
 */

.calendar_bg
{
	width: 190px;
}

.calendar
{
	width: 15px;
	height: 18px;
	color: #888;
	text-align: center;
}

th.calendar
{
	padding-bottom: 10px;
	font-weight: bold;
}

/**
 * Profile
 * ========================================
 */

td.entry_text {
	width: auto;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.4;
	overflow: hidden;
	word-break: break-all;
}

td.entry_text span {
	width: 150px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	display: block;
}

.side_text p {
	width
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	display: block;
}


/**
 * Profile Original
 * ========================================
 */

#HeadOffice
{
}

#HeadOffice p
{
	margin-left: 10px;
	font-size: 85%;
	line-height: 1.8;
}

/**
 * Archives 
 * ========================================
 */

#Archives
{
}

#Archives .LinkList
{
}

#Archives .LinkList li
{
	margin-left: 0;
}


/**
 * Category
 * ========================================
 */

#Category
{
}

#Category .LinkList
{
	margin-left: 15px;
}

/**
 * Links 
 * ========================================
 */

#Links
{
}

#Links .LinkList
{
	margin-left: 15px;
}


/**
 * Ranking
 * ========================================
 */

#Ranking
{
}

#Ranking dl
{
	font-size: 85%;
}

#Ranking dl dt
{
	margin-bottom: 5px;
}

#Ranking dl dt .Rank
{
	margin-right: 1em;
}

#Ranking dl dt .Date
{
	margin-right: .5em;
}

#Ranking dl dd
{
	margin-bottom: 20px;
}


/**
 * Footer
 * ----------------------------------------
 */

#Footer {
	width: 886px;
	text-align:center;
	display:block;
	clear:both;
	padding:10px 0;
	margin:0 auto;
}

#Footer p {
	font-size:10px;
	text-decoration:none;
}


/**
 * ========================================
 * Hack
 * ========================================
 */

/**=
 * clearfix
 * ====================================
 */

.Wrapper:after,
#Content:after,
#Content .Section:after,
#Content .Section .ArticleList li:after,
#Content .Section .ArticleLisThumbt li:after

{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.Wrapper,
#Content,
#Content .Section,
#Content .Section .ArticleList li,
#Content .Section .ArticleListThumb li

{
	display:inline-block;
}
/* Hide from IE Mac \*/

.Wrapper,
#Content,
#Content .Section,
#Content .Section .ArticleList li,
#Content .Section .ArticleListThumb li
{
	display:block;
}
/* End hide from IE Mac */

/**
 * FontSize ( IE )
 * ========================================
 */

/**
 * IE6
 * ----------------------------------------
 */

* html #NewEntry dl,
* html #HeadOffice p,
#Content .Section .Article p,
#Content .Section .Article ul,
#Content .Section .Article dl,
#Content .Section .Article table,
#Content .Section .Article h1,
#Content .Section .ArticleThumb p,
#Content .Section .ArticleThumb ul,
#Content .Section .ArticleThumb dl,
#Content .Section .ArticleThumb table,
#Content .Section .ArticleThumb h1,
#Ranking dl
{
	font-size: 10px;
}

/**
 *
 * ----------------------------------------
 */

*:first-child+html #NewEntry dl,
*:first-child+html #HeadOffice p
{
	font-size: 10px;
}

 
.Search 
{
	margin-bottom: 30px;
	line-height: 1.5;
	position: relative;
}

	 
.Search a 
{
	color: #000;
}
	 
.Search a:hover, 
.Search a:active
{
	text-decoration: none;
}
	
.Search p, 
.Search ul,
.Search h2
{
	font-size: 85%;
}
	 
* html .Search p, 
* html .Search ul,
* html .Search h2
{
	font-size: 10px;
}
 
*:first-child+html .Search p, 
*:first-child+html .Search ul,
*:first-child+html .Search h2
{
	font-size: 10px;
}
	
.Search form 
{
	position: absolute;
	top: 30px;
	right: 30px;
	left: auto;
}
	 
.Search .Input 
{
	padding: .2em;
	width: 169px;
	border-top: none;
	border: 1px solid #BEBEBE;
}

 
.Search .Button 
{
	padding: .2em;
	color: #FFF;
	background-color: #000;
	border: none;
}
	
.Search .PageNav 
{
	font-weight: bold;
}
	 
.Search .PageNav li 
{
	margin-right: .5em;
	display: inline;
}
	 
.Search .PageNav li em 
{
	font-weight: bold;
}
	 
.Search .PageNav li a 
{
	font-weight: normal;
	margin-right: .5em;
}
	 
.Search h1 
{
	font-size: 116%;
	font-weight: bold;
	text-transform: uppercase;
}
 
.Search h2 
{
	margin-bottom: 5px;
}
	 
.Search h2 a 
{
	font-size: 116%;
	font-weight: bold;
}
	
.Search ul 
{
}
	 
.Search ul li 
{
	margin-bottom: 30px;
}
	
.Search p 
{
}
	 
.Search p.Current 
{
	margin-bottom: 10px;
}
	
/**
 * ========================================
 * Index 
 * ========================================
	 
–ÚŽŸ 
 
 */ 
	
/**
 * ========================================
 * Flash 
 * ========================================
 */
	 
#Splash 
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}
 	
/**
 * ========================================
 * Hack 
 * ========================================
 */
	
/**=
 * clearfix 
 * ====================================
 */
	 
.Wrapper:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.Wrapper 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.Wrapper 
{
	display:block;
}
/* End hide from IE Mac */
	 
