@charset "utf-8";
/*--------------------------------------------------
CSS information

 file name  : www.p-world.co.jp/company/css/index.css
 author     : P-WORLD
 style info : トップページ用CSS
--------------------------------------------------*/
/*==============================================
  mainimg
==============================================*/
#mainimg {
	height:260px;
	background:url("../image/index/bgMainimg.png") repeat-x left top;
	text-align:center;
}
#mainimg .wrap {
	height:260px;
	position:relative;
	text-indent:0;
	background:url("../image/index/mainimg.jpg") no-repeat center top;
}
#tagline {
	position:absolute;
	bottom:30px;
	left:30px;
}
#mainimg span {
	display:inline-block;
	float:left;
	clear:both;
	margin-bottom:1px;
	padding:10px 15px;
	background-color:#CE2323;
	color:#FFF;
	text-shadow:0 1px 1px #821616;
	font-size:28px;
	font-family:"Source Sans Pro", Arial, sans-serif;
}
:root *> #mainimg span { background-color:rgba(206, 32, 33, 0.80); } /* IE6~8以外 */
/*==============================================
  contents
==============================================*/
#contents .wrap {
	width:876px;
	background:url("../image/index/bgContents.png") no-repeat center top;
}
#main {
	float:left;
	padding:30px 36px 0;
	width:464px;
	height:632px;
}
* html #main {
	width:536px;
	height:662px;
}
#sub {
	float:right;
	padding:30px 0 35px 39px;
	width:297px;
	height:591px;
}
* html #sub {
	width:336px;
	height:656px;
}
/*==============================================
  main
==============================================*/
/* 見出し
--------------------------------------------*/
#main h2 {
	margin-bottom:15px;
	padding-bottom:10px;
	background:url("../image/common/cssSplit001.png") repeat-x left -261px;
	font-weight:bold;
	font-size:160%;
}
#main h2 a {
	color:#333;
}
#main h2 a:hover {
	color:#808080;
}
#main h3 {
	padding-bottom:5px;
	font-weight:bold;
	font-size:110%;
}
#main h3 a {
	padding-left:29px;
	background:url("../image/common/cssSplit001.png") no-repeat 2px -105px;
	color:#333;
}
#main h3 a:hover {
	color:#808080;
}
/* レイアウト
--------------------------------------------*/
#main .col01 {
	float:left;
	width:222px;
}
#main .col02 {
	float:right;
	width:222px;
}
#main .col01 p, #main .col02 p {
	color:#666;
	font-size:90%;
	line-height:1.6em;
}
#main .photo {
	padding-bottom:19px;
	background:url("../image/index/bgPhoto.png") no-repeat center bottom;
}
#main a:hover {
	color:#dd6263;
	text-decoration:none;
}
/*==============================================
  sideWrap
==============================================*/
#comNavi {
	margin-bottom:20px;
	width:262px;
	height:384px;
}
#banner {
	padding-top:35px;
	width:258px;
}
/* 見出し
--------------------------------------------*/
#comNavi h2 {
	margin-bottom:7px;
	padding:4px 0 3px;
	background:url("../image/common/cssSplit001.png") repeat-x left -264px;
	font-weight:bold;
	font-size:120%;
}
#comNavi h2 a {
	color:#333;
}
#comNavi h2 a:hover {
	color:#808080;
	text-decoration:none;
}
/* レイアウト
--------------------------------------------*/
#comNavi .col01 {
	float:left;
	width:175px;
}
#comNavi .col02 {
	float:right;
	width:74px;
}
#comNavi .col01 p, #comNavi .col02 p {
	color:#666;
	font-size:85%;
	line-height:1.7em;
}
#comNavi .photo {
	padding:6px 7px 8px;
	background:url("../image/index/bgPhoto.png") no-repeat left top;
}