/*スタイル初期化
---------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*基本スタイルここから
---------------------------------------------------------*/
body{
	/*	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
--*/
	color: #333333;
	text-decoration: none;
	font-size: 100%;
	line-height: 22px;
	padding: 0px;
	background: url(../img/bg_head.jpg) repeat-x center top;
}

.bg2{
	background: url(../img/bg_head2.jpg) repeat-x center top;
}

/*IE以外にフォントサイズを上書き
-----------------------------------*/
html>body{
	font-size: 90%;
}

a:link, a:visited{
	color: #D10303;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:hover, a:visited, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

a:hover img, a:visited img{
　-webkit-opacity: 0.5;
　-moz-opacity: 0.5;
　-o-opacity: 0.5;
　filter: alpha(opacity=50);	/* IE lt 8 */
　-ms-filter: "alpha(opacity=50)"; /* IE 8 */
　opacity: 0.5;
}
 
a img {
　-webkit-transition: opacity 0.3s ease-out;
　-moz-transition: opacity 0.3s ease-out;
　-ms-transition: opacity 0.3s ease-out;
　-o-transition: opacity 0.3s ease-out;
　transition: opacity 0.3s ease-out;
}

.hovering{
	text-decoration: none;
	-moz-transition: background-color, color, 1s;
	-o-transition: background-color, color, 1s;
	-webkit-transition: background-color, color, 1s;
	transition: background-color, color, 1s;
}

a.line {
	position: relative;
	display: inline-block;
	transition: .3s;
}
a.line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ffd2f9;
	transition: .3s;
}
a.line:hover::after, a.line:visited::after {
	width: 100%;
}

h1{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
	margin: 0px;
	text-indent: -9999px;
}

h2{
	display: none;
}

h3{
	text-indent: -9999px;
}

h4{
	display: none;
}

h5{
	margin: 0px;
	padding-left:20px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	background-image: url(../medical/img/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content ul {
	margin:3px 5px;
}

#content li{
	margin-left: 15px;
	padding: 0px;
}

img{
	border-style: none;
}

/*micro clearfix
---------------------------------------------------------*/
.cf:before,.cf:after{
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*コンテナー
---------------------------------------------------------*/
#container{
	width: 100%;
	text-align: left;
	padding: 0px;
	font-size: 100%;
	line-height: 22px;
}

/*ヘッドエリア
---------------------------------------------------------*/
#headArea{
	width: 900px;
	height: 90px;
	margin: 0 auto;
}

.logo{
	width: 430px;
	height: 90px;
	background: url(../img/header.png) no-repeat 15px 36px;
	margin-right: 470px;
	display: block;
	text-indent: -9999px;
}

/*イメージエリア
---------------------------------------------------------*/
.imageArea{
	width: 880px;
	margin: 0 auto;
}

ul.image{
	width: 880px;
	height: 220px;
	margin: 0 auto;
}

ul.image li{
	margin: 0 10px;
	list-style: none;
	float: left;
}

.imageArea#img_top{
	margin-bottom: 15px;
}

.imageArea2{
	width: 900px;
	height: 40px;
	margin: 0px auto;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#img_works	{background-image: url(../works/img/image.png);}

/*メニューエリア
---------------------------------------------------------*/
ul#global_nav{
	width: 480px;
	height: 65px;
	margin: 0 auto;
	padding: 10px 210px 7px;
	background: url(../img/bg_menu.png) no-repeat;
}

#global_nav li{display:inline;}


#global_nav li a {
	width: 160px;
	display: block;
	float:left;
	text-indent:-9999px;
	height: 65px;
	text-decoration:none;
    display:inline;
} 

/*	オフ	*/
#menu01 a{background:url(../img/global_nav_off.png) 0 0 no-repeat;}
#menu02 a{background:url(../img/global_nav_off.png) -160px 0 no-repeat;}
#menu03 a{background:url(../img/global_nav_off.png) -320px 0 no-repeat;}

/*	オン	*/
#menu01 a:hover,#menu01 a.on{background:url(../img/global_nav_on.png) 0 0 no-repeat;}
#menu02 a:hover,#menu02 a.on{background:url(../img/global_nav_on.png) -160px 0 no-repeat;}
#menu03 a:hover,#menu03 a.on{background:url(../img/global_nav_on.png) -320px 0 no-repeat;}

/*mainArea
---------------------------------------------------------*/
.mainArea{
	width: 880px;
	margin: 30px auto;
}

.mainArea#works{
	width: 900px;
	margin: 30px auto;
}

/*main
---------------------------------------------------------*/

/*トップページ----------------------*/
#comment{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}

.mainArea#home p{
    position: relative;
    display: inline-block;
	margin-bottom: 0px;
    padding: 0 55px;
}
.mainArea#home p:before, .mainArea#home p:after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.mainArea#home p:before {
    left:0;
}
.mainArea#home p:after {
    right: 0;
}

	/*よくあるご依頼内容----------------------*/
	ul#request{
	  width: 660px;
	  margin-right: auto;
	  margin-left: auto;
	}
	
	ul#request li{
		width: 200px;
		height: 200px;
		margin: 15px 10px 0;
		float: left;
		list-style: none;
		text-indent: -9999px;
	}
	ul#request li#req01{background: url(../img/request01.png) no-repeat;}
	ul#request li#req02{background: url(../img/request02.png) no-repeat;}
	ul#request li#req03{background: url(../img/request03.png) no-repeat;}
	ul#request li#req04{background: url(../img/request04.png) no-repeat;}
	ul#request li#req05{background: url(../img/request05.png) no-repeat;}
	ul#request li#req06{background: url(../img/request06.png) no-repeat;}
	
/*	ul#request li{
		font-size: 18px;
		line-height: 24px;
		width: 180px;
		height: 125px;
		border-radius: 50%;
		background-color: #CCC;
		text-align: center;
		margin: 25px 20px 0;
		padding-top: 55px;
		float: left;
		list-style: none;
	}
	ul#request li:last-child{
		height: 138px;
		margin-right: 0;
		padding-top: 42px;
	}
	
	ul#request li .request_b{
		font-size: 32px;
		line-height: 44px;
	}
*/
	
.f_line{
	width: 401px;
	margin-bottom: 30px;
	padding: 1px;
	border: 1px solid #999;
	float:left;
}

.clear_f{
	clear: both;
}

/*会社案内----------------------*/
#company table{
	width: 427px;
	border-collapse:collapse;
	margin: 0 50px 0 0;
	float: left;
}

	#company th{
		width: 74px;
		padding: 15px 20px;
		border: 1px solid #CCC;
		background: #E5E5E5;
	}

	#company td{
		width: 250px;
		padding: 15px 20px;
		border: 1px solid #CCC;
	}

#map{
	width: 380px;
	float: left;
}

/*納入実績----------------------*/
ul.page{
	width: 103px;
	margin-right: auto;
	margin-left: auto;
}

ul.page li{
	margin: 0 5px;
	list-style: none;
	float: left;
}

ul.page li a{
	color: #273575;
	font-size: 10px;
	padding: 0 8px;
	border: 1px solid #273575;
	display: block;
}

ul.page li a:hover, ul.page li a.on{
	color: #FFF;
	background-color: #273575;
}


ul.image-works{
	width: 900px;
	margin: 10px 0;
}

ul.image-works li{
	margin: 16px 20px 16px;
	padding: 4px;
	background: url(../works/img/image_bg.png) no-repeat;
	list-style: none;
	float: left;
}



/*フッター
---------------------------------------------------------*/
#bg_foot{
	background: url(../img/bg_foot.jpg) repeat-x center 12px;
}

a.page-top{
	width: 415px;
	height: 20px;
	margin: 0 auto;
	background: url(../img/page-top_off.png);
	display: block;	
	text-indent:-9999px;
}

a.page-top:hover{
	background: url(../img/page-top_on.png);
}

#footArea{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 20px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

#footArea2{
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 20px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

/*非表示クラス
---------------------------------------------------------*/
.skipLinks {display: none;}

/********************* 以上 **********************/
