@charset "UTF-8";

/*========================================*/
/*			グローバル			*/
/*========================================*/
html {
    overflow-y:scroll;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:12px;
	list-style:none;
	zoom:1;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
li {
	list-style: none;
	}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:0;
}
h1{
	padding: 0 0 0 10px;
    width: 180px;
    margin: 0;
    float: left;
}
h2{
	font-size:140%;
	color:#5d5d5d;
	margin-top:5px;
}
h3{
	font-size:115%;
	margin-top:5px;
}
h4{
	font-size:110%;
	margin-top:5px;
}
p{
	padding:5px;
}
strong{
	font-size:150%;
}
a {
text-decoration: none !important;
}
a:hover{
color:#4AA4E4 !important;
}
a img {
	border: none;
	text-decoration:none;
}
a:link, a:visited {
	text-decoration:underline;
}

#container {
	margin: 0 auto;
	padding:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*========================================*/
/*			header			*/
/*========================================*/
header{
	padding:5px 0;
}
header .left{
	width:500px;
	display:block;
	float:left;
}
header .headlogo{
	height:50px;
	width:150px;
	float:left;
}
header .headlogo img{
	width:150px;
	height:50px;
}

header .right{
	width:140px;
	height:35px;
	padding-bottom:4px;
	padding-right:4px;
	padding-top:41px;
	padding-left:156px;
	background:url(../images/global/headercredit.png) top left no-repeat;
	display:block;
	float:right;
}
header .right a img{
	width:140px;
	height:35px;
	display:block;
}


/*========================================*/
/*		グローバルナビゲーション		*/
/*========================================*/
#global .icon{
	display:none;
}
header nav {
	width:100%;
	display:block;
	margin:5px 0;
	height:50px;
	font-size:12px;
}
header nav ul.main-menu li{
    float: left;
    height: 50px;
    position: relative;
	z-index:5000;
	background: #fff;
	border-right:solid 2px #fff;
}
header nav ul.main-menu li a{
    display: block;
	height:50px;
	line-height: 50px;
	padding:0 7px;
    text-decoration: none;
    position:relative;
	color:#fff;
}
header nav ul.main-menu li ul.sub-menu{
    position: absolute;
    display: none;
	top:50px;
}
header nav ul.sub-menu {
	border:solid 1px #fff;
}
header nav ul.sub-menu li{
    display: block;
    float:none;
	width:200px;
    height: 35px;
	border:none;
}
header nav ul.sub-menu li a{
    display: block;
	width:200px;
	height:34px;
	line-height:35px;
	padding:0;
	border-bottom:dotted 1px #CCC;
}
header nav ul.sub-menu li ul.sub-menu{
    top:0;
	margin: 0 0 0 100%;
}
header nav ul.main-menu:after{
    content:".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/*==============================*/
/*		項目の縦幅調整		*/
/*==============================*/
.largeheight {
    height: 40px !important;
}
.largeheight a{
	padding-top:5px !important;
    height: 34px !important;
	line-height:16px !important;
}


/*========================================*/
/*			サイドメニュー			*/
/*========================================*/
aside#sidemenu {
	width:200px;
	margin:0;
	display:block;
	float:left;
	}
aside#sidemenu .service-list{
}
aside#sidemenu .service-list h1{
	font-size:15px;
	color:#f00;
	padding:10px 0 5px 0;
	margin:0;
}
aside#sidemenu .service-list h1:before{
	content:url(../images/sidemenu/h1bg.png);
}
aside#sidemenu .service-list ul{
	margin-bottom:20px;
}
aside#sidemenu .service-list ul li{
	overflow:hidden;
}
aside#sidemenu .service-list ul li header{
    background: #ff7373 url(../images/global/nav_bg.gif) ;
	padding:5px 0;
	color:#FFF;
}
aside#sidemenu .service-list ul li footer{
	width:200px;
    background: #ff7373 url(../images/global/nav_bg.gif) ;
	height:20px;
	padding:0;
	margin:0;
	border:none;
}
aside#sidemenu .service-list ul li h2,
aside#sidemenu .service-list ul li p{color:#fff;margin:0;}
aside#sidemenu .service-list ul li h2{font-size:13px;}
aside#sidemenu .service-list ul li p{font-size:12px;}
aside#sidemenu .service-list ul li a{
	display:block;
	width:210px;
	text-decoration:none;
	color:#000;
	border-bottom:dotted 1px #ccc;
	padding:8px 0;
}
aside#sidemenu .service-list ul li a.sicon{
	height:40px;
	padding:0;
}
aside#sidemenu .service-list ul li .icon{
	display:block;
	padding:3px;
	width:40px;
	height:40px;
	background:#fff;
	float:left;
	padding:0;
}
aside#sidemenu .service-list ul li .icon img{
	width:40px;
	height:40px;
}
aside#sidemenu .service-list ul li .sidelink{
	display:block;
	width:155px;
	height:27px;
	float:left;
	padding:13px 0 0 5px;

}
/*for IE6 */
* html aside#sidemenu .service-list ul li .sidelink{
	display: inline;
	float:left;
	zoom: 1;
}
/*for IE7 */
*:first-child+html aside#sidemenu .service-list ul li .sidelink{
	display: inline;
	float:left;
	zoom: 1;
	padding-top:14px;
}

/*========================================*/
/*			サイドメニューB			*/
/*========================================*/
aside#sidemenub {
	width:280px;
	margin:0;
	display:block;
	float:left;
	}
aside#sidemenub .service-list{
}
aside#sidemenub .service-list h1{
	font-size:15px;
	color:#fff;
	width:270px;
	padding:5px;
    background: #ff7373 url(../images/global/nav_bg.gif) ;
	margin:0;
}
aside#sidemenub .service-list h1:before{
	content:url(../images/sidemenu/h1bg.png);
}
aside#sidemenub .service-list ul{
	margin-bottom:10px;
}
aside#sidemenub .service-list ul li{
	overflow:hidden;
}
aside#sidemenub .service-list ul li header{
    background: #f9efd1 url(../images/global/navbg.png) center repeat-x;
	padding:3px 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}
aside#sidemenub .service-list ul li footer{
	width:280px;
    background: #f9efd1 url(../images/global/navbg.png) center repeat-x;
	height:20px;
	padding:0;
	margin:0;
	border:none;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}
aside#sidemenub .service-list ul li h2,
aside#sidemenub .service-list ul li p{color:#000;margin:0;}
aside#sidemenub .service-list ul li h2{font-size:13px;}
aside#sidemenub .service-list ul li p{font-size:13px; padding:0;}
aside#sidemenub .rnavi li a{
	display:block;
	width:280px;
	text-decoration:none;
	color:#000;
	border-bottom:dotted 1px #ccc;
	padding:8px 0;
}


/*========================================*/
/*			丸みづけ			*/

.radiL{
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	-webkit-box-shadow: #aaa 0px 2px 3px;
	-moz-box-shadow: #aaa 0px 2px 3px;
	box-shadow: #aaa 0px 2px 3px;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}
.anime .radiL{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.radiN{
	-webkit-box-shadow: #aaa 0px 2px 3px;
	-moz-box-shadow: #aaa 0px 2px 3px;
	box-shadow: #aaa 0px 2px 3px;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}
.anime .radiN{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.radiR{
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	-webkit-box-shadow: #aaa 0px 2px 3px;
	-moz-box-shadow: #aaa 0px 2px 3px;
	box-shadow: #aaa 0px 2px 3px;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}
.anime .radiR{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.radiTop{
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
	}

.radiBot{
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
	}

.radiNosha{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}
.anime .radiL{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none  0 !important;
	-moz-box-shadow: none  0 !important;
	box-shadow: none  0 !important;
	position:relative;
	behavior: url(http://umedatakumi.com/js/PIE.htc);
}

/*========================================*/
/*			フロート			*/
/*========================================*/
.floatR{
	float:right;
}
.floatL{
	float:left;
}
.clearfloat{
	clear:both;
}

/*========================================*/
/*			テキストフロート			*/
/*========================================*/
.textalignL{
	display:block;
	text-align:left;
}
.textalignR{
	display:block;
	text-align:right;
}
.textalignC{
	display:block;
	text-align:center;
}

/*========================================*/
/*			イメージの位置			*/
/*========================================*/
.imgfloat-center{
	display:block;
	margin:0 auto;
}


.ue div {
	float: right;
    width: 310px;
}
.ue div ul li {
	float: left;
	margin: 10px 20px;
}
.ue p {
    border: solid 2px #3f3f3f;
    width: 150px;
    margin: 4px 0 0 155px;
    text-align: center;
    padding: 0 0 10px 0;
}
.ue p:hover{
	border: solid 2px #58c9b7;
    width: 150px;
    margin: 4px 0 0 155px;
    height: 35px;
    text-align: center;
    padding: 0 0 10px 0;
    color: #FFF;
    background: #58c9b7;
}
.ue a img {
    position: relative;
    top: 10px;
}
.news h2{
	margin: 15px 0;
}

.lineup_list{
	width: 190px;
    float: left;
    border: solid 1px #d6d6d6;
    margin: 20px;
    padding: 30px;
    text-align: center;
}
.lineup_list h3{
	height: 80px;
    font-weight: normal;
}
.moredetail{
	width: 1000px;
	margin: 0 auto;
}

.kaimonokago{
	margin: 60px auto;
	width: 320px;
    height: 69px;
	background: url('../../../new_images/global/lnquiry_kakunin.jpg');
	border: none;
    display: block;
}
.orderRight h2{
	margin: 40px 0 20px 0;
}