@charset "utf-8";

/*=====================================================
 * Style Name: Screen Interface
 * Style URL: /common/css/index.css
 * Description: Page Style Sheet
 * Version: 0.3
 * Last Up Date: 2010/03/19
 * Author: Prime works
 * Author URL: http://www.primeworks.jp/
 *
 * Markup Reference:
 *
=====================================================*/



/*----- contents -------

	1: Main Interface setting
		- inner-box
			: #consept
			: #core, #navi
		- news
	2: Login

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




/*
===== 1: Main Interface setting ===========================*/

div.main h2 {
	padding-left: 0;
	margin-bottom: 10px;
}

div.service-box {
	margin: 0 0 30px 10px;
	background: url(../img/bg_index_box.gif) left top no-repeat;
}


div.inner-box {
	padding: 10px 40px 25px 30px;
	background: url(../img/bg_index_box_btm.gif) left bottom no-repeat;
}

div.atn-box {
	margin: 0 0 22px;
	background: url(../img/bg_atn_box.gif) left top no-repeat;
}


div.atn-inner-box {
	padding: 9px 20px;
	background: url(../img/bg_atn_box_btm.gif) left bottom no-repeat;
}

div.atn-inner-box p.atn-tit {
	margin: 5px 0;
	padding: 0 0 3px 0;
	color: #333333;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 2px solid #ffa800;
}

div.atn-inner-box p.atn-text {
	margin: 5px 0;
	padding: 0 0 3px 0;
	font-size: 100%;
}


/* service-box
--------------------*/

div.service-box h3 {
	margin: 0 0 5px 0;
	padding: 0;
	width: auto;
	line-height: 0;
	background: none;
}

div.inner-box p {
	margin: 0;
}


/*--- #consept ---*/


div.concept-box {
	margin: 0 0 15px 10px;
	background: url(../img/bg_concept_box.gif) left top no-repeat;
}


div.concept-inner-box {
	padding: 1px 15px 9px 1px;
	_padding: 1px 15px 8px 1px;
	background: url(../img/bg_concept_box_btm.gif) left bottom no-repeat;
}

div.concept-box p {
	margin: 10px 0 0;
}

div.concept-box p.figure{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

div.concept-box p.detail {
	text-align: right;
	margin: 5px 0;
}




/*--- #core, #navi ---*/

div#core {
	width: 251px;
	float:left;
}

div#navi {
	width: 251px;
	float: right;
}

div#core p,
div#navi p {
	padding: 0;
	margin-bottom: 5px;
}

div#core ul,
div#navi ul {
	width: auto;
}

div#core ul {
	background: url(../img/bg_index_core.gif) no-repeat 0;
	padding: 9px 0 1px;
	margin-bottom: 20px;
}

div#navi ul {
	background: url(../img/bg_index_navi.gif) no-repeat 0;
	padding: 12px 0 13px;
	margin-bottom: 10px;
}


div#core ul li,
div#navi ul li {
	width: 170px;
	background: url(../img/icon_dot_blue_index.gif) no-repeat 15px center;
}

div#navi ul li.last-item {
	background: url(../img/icon_dot_blue_index.gif) no-repeat 15px 0.5em;
}


div#core p.detail,
div#navi p.detail {
	text-align: center;
	margin-bottom: 0;
}


h2 img.inline-img {
	float: right;
	padding-left: 20px;
}


/* voice
--------------------*/

div.voice-index {
	margin-bottom: 35px;
	
}

/* news
--------------------*/

p img.inline-img {
    float: right;
    padding-left: 15px;
}


div.section ul.voice {
	width: 400px;
	margin-bottom: 37px;
}

div.section ul.voice li {
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1.9;
	border-bottom: 1px dotted #d0dadd;
	font-size: 110%;
	background: url(../img/icon_arrow_sn.gif) left center no-repeat;
}



/* news
--------------------*/

ul.news li {
	padding: 5px 0;
	border-bottom: 1px dotted #d0dadd;
	font-size: 110%;
	line-height: 1.7;
}


ul.news li span {
	display: block;
}


ul.news li span.date {
	clear: left;
	float: left;
	padding: 0 12px;
	width: 116px;
}


ul.news li span.text {
	margin-left: 140px;
	padding-right: 12px;
	width: 477px;
	font-weight: normal;
}


ul.news p {
	padding: 10px 0;
	text-align: right;
	border-top: 1px solid #c4c4c4;
}


ul.news p a {
	padding-left: 14px;
	background: url(../img/icon_arrow_next.gif) left center no-repeat;
}




/*
===== 2: Login ===========================*/

dl.login-box {
	background: #e2f2f8 url(../img/bg_side_login.gif) left top no-repeat;
}


dl.login-box dt {
	padding: 25px 15px 10px;
	border-bottom: 1px solid #ffffff;
}


dl.login-box dt img {
	padding-bottom: 15px;
}


dl.login-box dd {
	padding: 10px 15px;
	background: url(../img/bg_side_login_btm.gif) left bottom no-repeat;
	text-align: center;
}


div.section #caution {
    margin: 5px 0px 10px 10px;	
 }
 
 div.section #caution h2{
    font-weight: bold;
 }


