@charset "UTF-8";
/*-----------------------------------------
幻デザイン事務所  基本スタイルシート
制作者：幻デザイン事務所
更新日：2009年6月14日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー
・メインメニュー
・Flash
・共通メインコンテンツ
・右カラム（メニュー）
・フッター

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align:bottom
}

/*　基本リンク色設定　*/
a:link {
	color:#333333;
}

a:visited {
	color:#333333;
}

a:hover {
	color:#FF3300;
}

.clearfloat {
	clear: both;
	height: 0px;
	width: 0px;
}

.red01 {
	color: #FF0000;
}

.red02 {
	color: #FF0000;
	font-weight: bold;
}

/*--------------------------
　　・body設定
---------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.85em;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFBFB;
	background-image: url(/images/back02.jpg);
	background-repeat: repeat-x;
	color: #333333;
}

/*--------------------------
　　・wrap設定
---------------------------*/
#wrap {
	width: 950px;
}

/*--------------------------
　　・header設定
---------------------------*/
#header {
	width: 950px;
	height: 140px;
	background-image: url(/images/header01.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	text-indent: -9999px;
	height: 140px;
	width: 400px;
	float: left;
}

#header h1 a {
	height: 140px;
	width: 400px;
	display: block;
}

#head_link {
	float: right;
	margin-top: 25px;
}

/*--------------------------
　　・メインメニュー設定
---------------------------*/
#main_menu {
	width: 950px;
	height: 50px;
	clear: both;
}

#main_menu li {
	list-style-type: none;
	float: left;
	font-size: 1px;
	height: 50px;
}

/*--------------------------
　　・パンクズ設定
---------------------------*/
#pankuzu01 {
	background-color: #EFEDED;
	font-size: 0.85em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	clear: both;
}

/*--------------------------
　・共通メインコンテンツ
---------------------------*/

#middle_wrap {
	width: 950px;
	clear: both;
	background-repeat: repeat-y;
	overflow: hidden;
	background-image: url(/images/middle_back01.jpg);
}

#middle_wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #middle_wrap {
    height: 1em;
    overflow: visible;
}

/*---------------------------------
　　　・右カラム
---------------------------------*/
#middle_right {
	float: right;
	width: 250px;
	background-repeat: repeat-y;
}

#rightA a:link {
	color:#5E5E5E;
	text-decoration: none;
}

#rightA a:visited {
	color:#5E5E5E;
	text-decoration: none;
}

#rightA a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#rightB a:link {
	color:#5E5E5E;
	text-decoration: none;
}

#rightB a:visited {
	color:#5E5E5E;
	text-decoration: none;
}

#rightB a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#rightC a:link  {
	color:#333333;
	text-decoration: none;
}

#rightC a:visited {
	color:#333333;
	text-decoration: none;
}

#rightC a:hover {
	color:#FF0000;
	text-decoration: underline;
}


#rightA {
	background-image: url(/images/right/back02.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#rightB {
	background-image: url(/images/right/back02.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#rightC {
	background-image: url(/images/right/back02.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

.photo02 {
	margin-top: 15px;
}

.link_text01 {
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 1.5em;
	font-size: 0.9em;
	background-image: url(/images/right/line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.link_text02 {
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 25px;
}

.list01 {
	margin-top: 15px;
}

.link_text03 {
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 1.5em;
	font-size: 0.9em;
	background-image: url(/images/right/line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

.link_text04 {
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 25px;
}


/*--------------------------
　・footer設定
---------------------------*/

#footer {
	width: 950px;
	clear: both;
}

#footer_top {
	height: 87px;
	width: 950px;
	background-image: url(/images/footer/foot_img01.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#footer_top ul {
	font-size: 0.9em;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
}

#footer li {
	display: inline;
	list-style-type: none;
}

#footer a:link {
	color:#333333;
	text-decoration: none;
}

#footer a:visited {
	color:#333333;
	text-decoration: none;
}

#footer_top a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#footer_btn {
	text-align: right;
	background-image: url(/images/footer/foot_img02.jpg);
	height: 210px;
}

.pagetop01 {
	margin-top: 50px;
}

.pagetop02 {
	margin-bottom: 30px;
	clear: both;
}

.pagetop03 {
	margin-bottom: 5px;
	clear: both;
}

#footer_under {
	height: 25px;
	background-color: #666666;
	text-align: right;
}

.pages {
	padding-right: 8px;
}
