@charset "utf-8";
/*
Theme Name: Urucapress
Theme URI: http://www.uruca.jp/
Description: Urucaプロモーションサイト
Version: 1.6
Author: peepz Inc.
Author URI: http://www.peepz.jp/
Tags: ecsite, netshop, ASP
*/


*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:22px;
	color:#222222;
}

img, img a{
	border:0;
}

a{
	color:#007ce6;
}

.clear{
	clear:both;
}	

#wrapper{
	width:100%;
	margin:0;
}

#logo{
	width:960px;
	height:80px;
	margin:0 auto;
}

#logo h1{
	margin:0;
	padding:0;
	float:left;
}

#menu{
	width:100%;
	height:52px;
	margin:0;
	padding:0;
	background:url(images/bg_menu.gif) repeat-x;
}

#header{
	width:100%;
	height:343px;
	margin:0;
	padding:0;
	background:url(images/bg_header.jpg) repeat-x;
}

#mainimg{
	width:960px;
	margin:0 auto;
	padding:0;
}

#subheader{
	width:100%;
	height:92px;
	margin:0;
	padding:0;
	background:url(images/bg_subheader.jpg) repeat-x;
}

h2{
	width:960px;
	margin:0 auto;
}


#menu ul{
	width:960px;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#menu li, #menu a{
	margin:0;
	padding:0;
	float:left;
	height:52px;
	display:block;
}

#mTop a{
	background:url(images/btn_top.jpg) no-repeat;
	width:114px;
	height:52px;
}
#mTop a:hover{
	background:url(images/btn_top_on.jpg) 0 0 no-repeat;
	width:114px;
	height:52px;
}

#mFunc a{
	background:url(images/btn_function.jpg) 0 0 no-repeat;
	width:132px;
	height:52px;
}
#mFunc a:hover,
#mFunc_on a{
	background:url(images/btn_function_on.jpg) 0 0 no-repeat;
	width:132px;
	height:52px;
}

#mCharge a{
	background:url(images/btn_charge.jpg) 0 0 no-repeat;
	width:187px;
	height:52px;
}
#mCharge a:hover,
#mCharge_on a{
	background:url(images/btn_charge_on.jpg) 0 0 no-repeat;
	width:187px;
	height:52px;
}

#mFlow a{
	background:url(images/btn_flow.jpg) 0 0 no-repeat;
	width:152px;
	height:52px;
}
#mFlow a:hover,
#mFlow_on a{
	background:url(images/btn_flow_on.jpg) 0 0 no-repeat;
	width:152px;
	height:52px;
}

#mContact a{
	background:url(images/btn_contact.jpg) 0 0 no-repeat;
	width:220px;
	height:52px;
}
#mContact a:hover,
#mContact_on a{
	background:url(images/btn_contact_on.jpg) 0 0 no-repeat;
	width:220px;
	height:52px;
}

#mDemo a{
	background:url(images/btn_demo.jpg) 0 0 no-repeat;
	width:154px;
	height:52px;
}
#mDemo a:hover,
#mDemo_on a{
	background:url(images/btn_demo_on.jpg) 0 0 no-repeat;
	width:154px;
	height:52px;
}

#container{
	width:960px;
	margin:0 auto;
}

#content{
	float:left;
	width:640px;
	margin:25px 0 0 0;	
}

#content dl{
	margin-top:2px;
	width:640px;
	background:url(images/bg_feature.gif) bottom repeat-x;
}

#content dt {
	float: left;
    width: 70px;
	padding:2px 0 3px 0;
}
#content dd {
    margin-left:100px;
	padding-top:16px;
}

#content dd img{
	margin-bottom:5px;
}	

#sidebar{
	float:right;
	width:270px;
	margin:25px 0 0 0;
}	

#info{
	background:#f3f3f3 url(images/bg_info.gif) no-repeat;
	padding:13px 18px 5px 18px;
	margin:15px 0 10px 0;
}

#info ul{
	margin-top:30px;
	padding:0;
	list-style:none;
}

#info li{
	line-height:18px;
	margin-bottom:20px;
}

#info li span{
	font-size:10px;
	color:#999999;
}

#footer{
	background:#f1f1f1 url(images/bg_footer.gif) repeat-x;
	margin-top:25px;
	height:55px;
	padding-top:35px;
	color:#222222;
}

#footer .txt{
	width:960px;
	margin:0 auto;
	text-align:right;
}

#oneContent{
	margin-top:20px;
}

#funcTab{
	border-bottom:1px solid #828282;
	height:43px;
}

#funcTab ul{
	width:960px;
	padding:0;
	margin:0;
	list-style:none;
}

#funcTab li,
#funcTab li a{
	float:left;
	margin-right:5px;
	display:block;
}

#front a{
	background:url(images/btn_func_front.jpg) no-repeat;
	width:165px;
	height:43px;
}

#front a:hover,
#front a.current{
	background:url(images/btn_func_front_on.jpg) no-repeat;
	width:165px;
	height:43px;
}

#admin a{
	background:url(images/btn_func_admin.jpg) no-repeat;
	width:165px;
	height:43px;
}

#admin a:hover,
#admin a.current{
	background:url(images/btn_func_admin_on.jpg) no-repeat;
	width:165px;
	height:43px;
}

table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #E5E5E5;
}

th,
td{
	padding:8px 11px;
	text-align:left;
	border:1px solid #E5E5E5;
}

th.gray,
td.gray{
	background-color:#fbfbfb;
}

th.grayD{
	background-color:#f1f1f1;
}

#faq{
	background:#f0f0f0 url(images/ttl_faq.gif) no-repeat;
	padding:13px 18px 5px 18px;
	margin:5px 0 10px 0;
}

#faq ul{
	margin-top:35px;
	padding:0;
	list-style:none;
	color:#444444;
}

#faq li{
	background:url(images/icn_q.gif) no-repeat;
	line-height:15px;
	padding-left:22px;
	margin-bottom:5px;
	color:#007ce6;
}

#faq li.answer{
	background:url(images/icn_a.gif) no-repeat;
	margin-bottom:25px;
	color:#222222;
}

#content50{
	float:left;
	width:470px;
	margin:25px 0 0 0;	
}

#content50 img,
#sidebar50 img{
	margin-bottom:5px;
}	

#sidebar50{
	float:right;
	width:480px;
	margin:25px 0 0 0;	
}

#content50 table,
#sidebar50 table{
	border-collapse:collapse;
	border:0;
	width:auto;
}

#content50 td,
#sidebar50 td{
	padding:5px;
	text-align:left;
	border:0;
	line-height:16px;
}

.aCenter{
	text-align:center;
}

.aRight{
	text-align:right;
}

h3{
	font-size:14px;
	height:25px;
	background:url(images/bg_feature.gif) bottom repeat-x;
	margin-bottom:5px;
}

.flowbox table{
	border-collapse:collapse;
	border:0;
	width:auto;
}

.flowbox tr,
.flowbox td{
	padding:0;
	text-align:left;
	border:0;
	line-height:18px;
}

.fcRed{
	color:#ff0000;
}

.fwNormal{
	font-weight:normal;
}

.privacybox{
overflow:scroll; 
overflow-x:hidden
width: 630px; 
height: 200px; 
font-size: 12px; 
color: #444444;
border:1px solid #C0C0C0;
margin:20px 0 10px 0;
}

.privacybox p{
margin:10px;
}

.infobox p{
margin:10px 0;
}

img.case{
	border:1px solid #b4b4b4;
}

p.casetxt{
	width:300px;
}
p.customer{
	font-weight:bold;
	margin:3px 0;
}