* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  background: #ffffff url(../img/common/all_bk.jpg) center repeat-y;
}

#p_main a {
  color: #006699;
  text-decoration: none;
}
#p_main a:visited {
  color: #339933;
}
#p_main a:hover {
  color: #ff3300;
}
img {
  border: none;
}
p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px px;
}
#wrapper {
  width: 740px;
  margin: 0px auto;
}

/******************* ヘッダー部分 ******************* /
/* ヘッダー
---------------------------------------------*/
#hd {
	width: 740px;
	background: #ffffff url(../img/common/hd_bk.jpg) top center no-repeat;
	float: left;
}
/* ロゴ部分
---------------------------------------------*/
#logo {
  width: 370px;
  padding: 36px 0px 0px 10px;
  float: left;
}
/*  seo部分
---------------------------------------------*/
#seo {
  width: 350px;
  float: right;
}
#seo h1 {
  font-size: 83%;
  color: #666666;
  font-weight: normal;
  margin: 5px;
  text-align: right;
}
/*  ナビ部分
---------------------------------------------*/
#navi {
  clear: both;
  width: 720px;
  padding: 5px;
  background: #cc0000;
  text-align: right;
  color: #ffffff;
  font-size: 85%;
}
#navi a {
  color: #ffffff;
  text-decoration: none;
}
#navi a:visited {
  color: #ffccff;
}
#navi a:hover {
  color: #ffffff;
  background: #ff9999;
  text-decoration: underline;
}
/******************* メイン部分 ******************* /
/* 
---------------------------------------------*/

#main_wrapper {
	width: 740px;
	margin: 0px auto;
	clear: both;
}

/* メインメニュー
---------------------------------------------*/
#menu {
	width:190px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
.cate {
  width: 175px;
  font-size: 85%;
  margin-top: 20px;
  color: #ffffff;
  background:  #000000 url(../img/common/mn_bk.gif) top center no-repeat;
}
.mnbn {
  text-align: right;
  padding:3px 0px 0px 15px;
}
.cate a{
  display:block;
  width: 175px;
  line-height:1.8em;
  color: #ffffff;
  text-decoration: none;
  padding:3px 5px 0px 15px;
  letter-spacing: 0.15em;
  background:  #000000 url(../img/common/mn_bk.gif) top center no-repeat;
} 
.cate a:hover{
  display:block;
  width: 175px;
  color: #ffffff;
  text-decoration: none;
  padding:3px 5px 0px 15px;
  background:  #999999 url(../img/common/mn_bk2.gif) top center no-repeat;
}
.cate_ex {
  width: 175px;
  font-size: 75%;
  padding: 5px 10px 5px 10px;
  line-height: 1.8em;
}
/* サブメニュー部分
---------------------------------------------*/
#sbmn {
  width: 175px;
  margin-left: 3px;
  float: left;
  background: #ffffff url(../img/common/sbmn_bk3.jpg) left top repeat-y;
}
#sbmn li{
  padding: 10px 10px 0px 25px; 
  font-size: 80%;
  list-style-type: none;
  background: #ffffff url(../img/common/sbmn_bk3.jpg) left top repeat-y;
}
.sm_cate{
  padding: 0px 10px 0px 25px; 
  font-size: 80%;
  background: #ffffff url(../img/common/sbmn_bk3.jpg) left top repeat-y;
}
#sbmn li a {
  color: #006699;
  text-decoration: none;
}
#sbmn li a:hover {
  color: #cc0000;
  text-decoration: underline;
}
/* 会社表記部分
---------------------------------------------*/
#cp {
  width: 170px;
  float: left;
}
#cp p{
  padding: 0px 10px 0px 25px; 
  font-size: 80%;
  line-height: 1.2em;
}
#cp span{
  font-size: 180%;
  letter-spaceing: 0.5em;
  line-height: 1.0em;
}
#cp hr{
  margin:3px 10px 10px 15px;
}
/* ページメイン
---------------------------------------------*/
#p_main {
	width:530px;
	background: #ffffff;
	float: right;
	clear: both;
	padding: 5px;
}
#p_main p{
  font-size: 85%;
  margin-left: 20px;
  margin-right: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
#p_main hr{
	width: 500px;
}
.sp {
	margin-bottom: 25px;
}
.photo {
	margin-bottom: 10px;
}

/* フッター部分
---------------------------------------------*/
#p_link {
  width: 500px;
  margin: 30px 5px 5px;
  padding: 5px;
  float: right;
  background: #e1e1e1;
  text-align: right;
  font-size: 70%;
}
#p_link a {
  color: #006699;
  text-decoration: none;
}
#p_link a:visited {
  color: #339933;
}
#p_link a:hover {
  color: #ff3300;
}
#foot {
  width: 700px;
  padding: 15px;
  clear: both;
  background: #ffffff;
  font-size: 85%;
  letter-spacing: 0.1em;
  text-align: center;
}
.cyumon {
	color: #CC0000;
	border-top: 1px dotted #333333;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table480 {
	margin-left: 20px;
}
.urlrink {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 490px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
