@charset "UTF-8";

/*--------------------------------------

movin' CSS Document

version: 2007/08/06

index.html 

---------------------------------------*/

/* CSS Menu **********************************

1.layout
	[1-1]alpha contents
	[1-2]beta contents
	[1-3]gamma contents

2.main-img

3.entry



*********************************************/

div#g-navi dl dt.navi1 a{
	background: url(../img/navi1_r.gif) no-repeat;
}

/*--------------------------------------------

1.layout

----------------------------------------------*/

div#ct-main{
	float: left;
	width: 620px;
	margin-top: 7px;
}

div#ct-main:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html div#ct-main { display: inline-block; }
/* no ie mac \*/
* html div#ct-main { height: 1%; }
div#ct-main { display: block; }
/* */
 
div#delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

div#delta { float: right; }

div#alpha-inner, 
div#beta-inner,
div #gamma-inner, 
div#delta-inner {
    position: static;
}

/* 1.[1-1]alpha contents --------------------*/

div#ct-main div#alpha{
	display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
	width: 430px;
}

div#ct-main div#alpha-inner{
	width: 430px;
}

/* 1.[1-2]beta contents --------------------*/

div#ct-main #beta{
	display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
	width: 180px;
}


div#ct-main #beta-inner{
	width: 180px;
	background: #EEEEEE;
}

/* 1.[1-3]gamma contents --------------------*/

#gamma{
    position: relative;
    float: right;
    min-height: 1px;
	width: 180px;
	margin-top: 7px;
}


#gamma-inner{
	width: 180px;
	background: #EEEEEE;
}

#gamma dl.btn{
	width: 180px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#gamma dl.btn dt{
	margin-bottom: 2px;
}

#gamma dl.btn dd{
	font-size: 85%;
	margin-top: -5px;
	margin-bottom: 4px;
}




/*--------------------------------------------

2.main-img

----------------------------------------------*/

div#main-img{
	position: relative;
	width: 810px;
	height: 215px;
	margin: 65px auto 0px auto;
	/*margin: 48px auto 0px auto;*/
}

/* ie-7--*/

/* \*/

*:first-child+html div#main-img{
	margin: 45px auto 0px auto;
}

/**/

div#main-img div.reg-btn{
	position: absolute;
	width: 327px;
	height: 69px;
	top: 130px;
	left: 13px;
	text-align: center;
}

div#main-img div.reg-btn dl{
	width: 311px;
	margin: 5px auto 0px auto;
}

div#main-img div.reg-btn dl dt{
	text-align: left;
}

div#main-img div.reg-btn dl dd ul{
	width: 311px;
}

div#main-img div.reg-btn dl dd ul li{
	width: 153px;
	height: 41px;
}

div#main-img div.reg-btn dl dd ul li a{
	display: block;
	width: 153px;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
}

div#main-img div.reg-btn dl dd ul li.rege{
	float: left;
	background: url(../img/btn_reg.gif) no-repeat;
}

div#main-img div.reg-btn dl dd ul li.rege a:hover{
	background: url(../img/btn_reg_r.gif) no-repeat;
}

div#main-img div.reg-btn dl dd ul li.hjime{
	float: right;
	background: url(../img/btn_hajimete.gif) no-repeat;
}

div#main-img div.reg-btn dl dd ul li.hjime a:hover{
	background: url(../img/btn_hajimete_r.gif) no-repeat;
}

div#main-img div.txt{
	position: absolute;
	width: 330px;
	top: 70px;
	left: 17px;
	color: #333333;
	font-size: 90%;
}


/*-----------------------------------------

3.entry

-------------------------------------------*/


div.entry-title{
	width: 430px;
	margin-top: 18px;
	margin-bottom: 13px;
	border-bottom: 2px solid #CCCCCC;
}

div.entry-title h3{
	display: inline;
	font-weight: bold;
}

div.entry-body dl.kyujin{
	width: 410px;
	margin-left: 10px;
}

div.entry-body dl.kyujin:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html div.entry-body dl.kyujin { display: inline-block; }
/* no ie mac \*/
* html div.entry-body dl.kyujin { height: 1%; }
div.entry-body dl.kyujin { display: block; }
/* */
/*
div.entry-body dl.kyujin dt{
	display: block;
	float: left;
	clear: both;
	width: 40px;
	background: url(../img/icon_list.gif) no-repeat 0 6px;
	padding-left: 8px;
}
*/

div.entry-body dl.kyujin dt{
	width: 360px;
	margin-left: 10px;
	padding-left: 12px;
	background: url(/img/icon_header_link.gif) no-repeat 0px 4px;
}

/* ie---------*/

/* \*/

* html div.entry-body dl.kyujin dd{
	width: 350px;
	margin-left: 10px;
}

/**/

div.entry-body div.entry-colum{
	width: 410px;
	margin-top: 13px;
	margin-left: 10px;
}

div.entry-body div.entry-colum:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html div.entry-body div.entry-colum { display: inline-block; }
/* no ie mac \*/
* html div.entry-body div.entry-colum { height: 1%; }
div.entry-body div.entry-colum { display: block; }
/* */

div.entry-body div.left-colum{
	float: left;
	width: 200px;
}

div.entry-body div.right-colum{
	float: right;
	width: 200px;
}

div.entry-body div.entry-colum dl.category{
	width: 200px;
	margin-bottom: 5px;
	background: url(../img/top_menu_bg.gif) repeat-y;
}

div.entry-body div.entry-colum dl.category dt{
	width: 190px;
	height: 27px;
	background: #D2D2D2 url(../img/top_menu_head2.gif) no-repeat;
	font-weight: bold;
	padding: 7px 5px 5px 5px;
}

div.entry-body div.entry-colum dl.category dd{
	width: 190px;
	min-height: 30px;
	padding: 5px;
	background: url(../img/top_menu_foot.gif) no-repeat bottom;
}


div.entry-body dl.topics{
	width: 410px;
	margin-left: 10px;
}

div.entry-body dl.topics:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html div.entry-body dl.topics { display: inline-block; }
/* no ie mac \*/
* html div.entry-body dl.topics { height: 1%; }
div.entry-body dl.kyujin { display: block; }
/* */

div.entry-body dl.topics dt{
	display: block;
	float: left;
	clear: both;
	/*background: url(../img/icon_list.gif) no-repeat 0 6px;*/
	padding-left: 8px;
}

div.entry-body dl.topics dd{
	width: 300px;
	margin-left: 15px;
}


div.entry-body ul.mini-list{
	width: 410px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.entry-body ul.mini-list li{
	width: 405px;
	padding-left: 5px;
	font-size: 85%;
	text-align: right;
}



