@charset "Shift_JIS";
/*--------------------------------------------------
/* Common Setting (ver.1.0)
--------------------------------------------------*/

/* Body */
body {
	background:#dddddd;
	color:#000000;
	_text-align:center; /*ie*/
	margin:0px;padding:0px;
}


/* font family */
body,form textarea{font-family: "ＭＳ Ｐゴシック", "Osaka?等幅", "ヒラギノ角ゴ Pro W3", sans-serif;}

/* Font Size */
caption,th,td,
h1,h2,h3,h4,h5,h6,strong, 
p,form,
li,dt,dd{font-size:small;line-height:1.5em;}

/* Link */
a         {text-decoration:underline;}
a:link    {color:#1e9400;}
a:visited {color:#1e9400;}
a:hover   {color:#cbc8bd;}
a:active,
a:focus   {color:#1e9400;}
/* img */
img {border-style: none;margin:0;padding:0}
a img {border-style: none;margin:0;padding:0}

/* Float Clear */
br.clearFloat,
img.clearFloat {clear:both;height:1px;}
div.clearFloat {clear:both;font-size:1px;line-height:0px;height:1px;width:1px;}
/*--------------------------------------------------
/* レイアウト設定
--------------------------------------------------*/
/* div#contentALL */
#contentALL{
	width:900px;
	margin:0px auto;
	position:relative;
	background: url(../warabi/image/leftbar.gif) left top repeat-y;
	background-color:#ffffff !important;
}


/* div#LeftBackim */
#contentALL div#LeftBackimg {background: url(../warabi/image/head_backimg.gif) left top no-repeat;}

/*--------------------------------------------------
/* Head設定
--------------------------------------------------*/
/* div#contentHead */
#contentALL div#LeftBackimg div#contentHead{
	text-align:left;
	height:184px;
}
	#contentALL div#contentHead p.infostudio {margin:0px 0px 0px 590px;padding:0px;}

/* ============ナビ配置============ */
	#contentALL div#contentHead ul {
		display: flex;
		align-content: flex-end;
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(198, 221, 247, 1));
		margin:0 0 0 auto;padding:0px;
		width: 60%;
	}
	#contentALL div#contentHead ul li {
		list-style:none;
		margin:0 0 0 12px;padding:0px;
		
	}
		div#contentHead ul li a {
			font-size: 12px;
			line-height: 25px;
			color: #003d81;
			font-weight: 800;
			text-decoration: none;
			white-space: nowrap;
		}
		div#contentHead ul li a::before {
			content: "";
			display: inline-block;
			width:0;
			height:0;
			border-style:solid;
			border-width: 3px 0 3px 5.2px;
			border-color: transparent transparent transparent #040E6F;
			padding-right: 2px;
		}
		div#contentHead ul li a:hover {color: #df2d2d;}

/* ============/ナビ配置============ */

	#contentALL div#contentHead div#Titlebar {
		width:820px;margin:15px 0px 0 80px;padding-bottom: 25px;
		display: flex;flex-wrap: wrap;
		background: url(../warabi/image/glid.gif) left bottom repeat-x;
		background-size: auto 15px;
	}
		#contentALL div#contentHead div.ttl_box {width: calc(100% - 309px);display: flex;}
		#contentALL div#contentHead p.Logo {width:50px;margin:15px 5px 0px 0px;}
		#contentALL div#contentHead h1 {}
		#contentALL div#contentHead h1 span {display: block;margin-top: 5px;font-size: 15px;}
		#contentALL div#contentHead div.contact {
			width:309px;
			height:100px;
			background: url(../warabi/image/contact.png) left top no-repeat;
		}
			#contentALL div#contentHead div.contact p {font-size:11pt;line-height:13pt;margin:28px 0px 0px 21px; }
				#contentALL div#contentHead div.contact p span {font-size:10pt !important;}


/*--------------------------------------------------
/* Footer設定
--------------------------------------------------*/
/* div#contentFoot */
#contentALL div#contentFoot{
	clear:both;
	text-align:center;
	margin:0px;
	padding:30px 0px 40px 0px;
	font-size:10pt;
	color:#4a4a4a;
}
