@charset "utf-8";
/* CSS Document */
/* 共通
------------------------------------------------------------- */


* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	font-size:12px;
	line-height:170%;
	color: #646464;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	color:#636363;
	text-decoration:none;
}

a:hover {
	color:#BE208F;
	text-decoration: none;
}

.clear {
	clear:both;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/*\*/
* html .clearfix {height: 1%;}
.clearfix { display: block; }
/**/








.btm_m {
	margin-bottom:10px;
}
.btm_m5 {
	margin-bottom:5px;
}
#bg {
	background-image: url(../img/common/bg.jpg);
	width: 943px;
	margin-right: auto;
	margin-left: auto;
}
#wapper {
	width: 830px;
	margin-right: 54px;
	margin-left: 59px;
}

		
	
	
/* ヘッダー
------------------------------------------------------------- */
#header h1 {
	clear: right;
	float: left;
	height: 79px;
	width: 284px;
/*	background-image: url(../img/common/h1_bg.jpg);
	text-indent: -5000px;*/
}
#header {
	height: 79px;
}
#head_navi {
	float: right;
	width: 300px;
	padding-top: 18px;
}
#head_navi ul {
	float: right;
	width: 300px;
	text-align: right;
	list-style-type: none;
	text-indent: -10px;
	height: 20px;
}
#head_navi li {
	display: inline;
}
#head_contect {
	float: right;
	height: 20px;
	width: 80px;
	padding-top: 20px;
	line-height: 100%;
}
#head_contect a {
	background-image: url(../img/common/head_contact.jpg);
	display: block;
	height: 20px;
	width: 80px;
	text-indent: -5000px;
}

/* ナビゲーション
------------------------------------------------------------- */

#navigation {
	background-image: url(../img/common/g_navi_bg.jpg);
	height: 23px;
	list-style-type: none;
}
#navigation li {
	clear: right;
	float: left;
}
#navigation li a {
	height: 23px;
	display: block;
	text-indent: -5000px;
	background-image: url(../img/common/g_navi_bg.jpg);
}
#head_navi #gn_01, #gn_01 a {
	width: 137px;
	background-position: 0px 0px;
}
#gn_01 a:hover {
	background-position: 0px -23px;
}
#head_navi #gn_02, #gn_02 a {
	width: 138px;
	background-position: -137px 0px;
}
#gn_02 a:hover ,#gn_02 span a {
	background-position: -137px -23px;
}
#head_navi #gn_03, #gn_03 a {
	width: 138px;
	background-position: -275px 0px;
}
#gn_03 a:hover, #gn_03 span a {
	background-position: -275px -23px;
}
#head_navi #gn_04, #gn_04 a {
	width: 139px;
	background-position: -413px 0px;
}
#gn_04 a:hover, #gn_04 span a {
	background-position: -413px -23px;
}
#head_navi #gn_05, #gn_05 a {
	width: 138px;
	background-position: -552px 0px;
}
#gn_05 a:hover, #gn_05 span a {
	background-position: -552px -23px;
}
#head_navi #gn_06, #gn_06 a {
	width: 140px;
	background-position: -690px 0px;
}
#gn_06 a:hover, #gn_06 span a {
	background-position: -690px -23px;
}

/* フッター
------------------------------------------------------------- */
#footer {
	background-color: #000000;
	height: 28px;
	color: #ADADAD;
	clear: both;
}
#foot_navi {
	float: right;
	width: 380px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
}
#foot_navi li {
	display: inline;
	color: #636363;
}
#copy {
	width: 410px;
	clear: right;
	float: left;
	padding-top: 8px;
	padding-left: 14px;
}
.back_b {
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}
.back_b a {
	display: block;
	width: 80px;
	float: right;
	padding-left: 20px;
}
.back_b a, .back_b a:link, .back_b a:visited {
	background-image: url(../img/content/back_icon.jpg);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	color: #D1D1D1;
}
.back_b a:hover {
	background-repeat: no-repeat;
	background-position: 2px -14px;
	color: #BE208F;
}

.next_b {
	display: block;
	text-align : center;
	padding-top: 50px;
	padding-bottom: 15px;
}
.next_b a {
	width: 280px;
	padding-left: 20px;
}
.next_b a, .next_b a:link, .next_b a:visited {
	color: #999999;
}
.next_b a:hover {
	color: #BE208F;
}


/* トップページ用
------------------------------------------------------------- */

#top_img {
	padding-top: 10px;
	padding-bottom: 23px;
}
#top_content {
	padding-bottom: 18px;
}
#top_L_box dl {
	width: 350px;
	padding-bottom: 12px;
}
#top_info_box {
	padding-top: 10px;
}


#top_news {
	padding-left: 10px;
	padding-top: 10px;
	font-size:11px;
	line-height:130%;
}


#top_news a{
	color:#444444;
	text-decoration:none;
	}
	
#top_news a:hover{
	text-decoration:underline;
	}	
	
#top_info {
	padding-left: 10px;
	font-size:11px;
	line-height:130%;
}


#top_info a{
	color:#9E005D;
	text-decoration:none;
	}
	
#top_info a:hover{
	text-decoration:underline;
	}	
	
#top_mail {
	padding-top: 3px;
	padding-left: 10px;
	font-size:11px;
}


#top_L_box dt {
	clear: right;
	float: left;
	width: 92px;
	background-image: url(../img/top/icon01.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 2px 2px;
}
#top_L_box dd {
}
#top_R_box {
	float: right;
	width: auto;
}
#top_L_box {
	clear: right;
	float: left;
	width: 300px;
}
#pic_box01 {
	height: 139px;
	width: 200px;
	background-image: url(../img/top/pic_01.jpg);
	clear: right;
	float: left;
}

#pic_box01 a {
	height: 300px;
	width: 214px;
	display:block;
}
#pic_box02 {
	background-image: url(../img/top/pic_02.jpg);
	height: 140px;
	width: 248px;
	float: right;
}
#pic_box02 ul {
	list-style-type: none;
	padding-top: 80px;
	line-height: 100%;
	background-position: -5px 0px;
}
#pic_box02 li {
	background-image: url(../img/top/icon02.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 14px 0px;
}
#pic_box02_pro {
}
#pic_box02_pro a {
	height: 130px;
	display: block;
	width: 120px;
	text-indent: -5000px;
}

/* 以下サブページ
-------------------------------------------*/

#work_content {
	background-image: url(../img/common/work_content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#work_content2 {
	background-image: url(../img/common/work_content_bg2.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#profile_content {
	background-image: url(../img/common/profile_content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#contact_content {
	background-image: url(../img/common/contact_content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#blog_content {
	background-image: url(../img/common/blog_content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#about_content {
	background-image: url(../img/common/about_content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#sitepolicy_content {
	background-image: url(../img/common/sitepolicy_content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#sitemap_content {
	background-image: url(../img/common/sitemap_content_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#what {
	background-image: url(../img/content/what_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 278px;
}

#work {
	float: right;
	padding-right: 32px;
	/*padding-left: 278px;*/
	width: 520px;
}
	.work_section {
		padding-bottom: 30px;
	}

#photo_content {
	background-color: #000000;
}
#photo {
	margin-top: 10px;
}

#sidebar_blog,
#sidebar_work,
#sidebar_work2 {
	float: left;
	padding: 20px 0 0 20px;
	width: 232px;
}#sidebar_blog {width: 212px;}

#sidebar_blog ul,
#sidebar_work ul,
#sidebar_work2 ul {
	margin-left: 20px;
}



#sidebar_blog ul {list-style-image: url(../img/sidebar/li_blog.gif);}
#sidebar_work ul {list-style-image: url(../img/sidebar/li_work.gif);}
#sidebar_work2 ul {list-style-image: url(../img/sidebar/li_work2.gif);}

#sidebar_blog ul li,
#sidebar_work ul li,
#sidebar_work2 ul li {
}

#sidebar_blog ul li a,
#sidebar_work ul li a,
#sidebar_work2 ul li a {
	color: #fff;
}






#profile {
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 278px;
}
#contact {
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 278px;
	}

#blog {
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 278px;
}
#news_r {
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 290px;
}
#about {
	padding-right: 28px;
	padding-bottom: 30px;
	padding-left: 238px;
}
#sitepolicy {
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 270px;
}
#sitemap {
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 260px;
}
#what .s_s {
	padding-right: 50px;
	text-align: right;
}
#work h3 {
	background-image: url(../img/h3/work.gif);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	width: 468px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 0px;
}
#work_date,
.work_date {
	text-align: right;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	width: 450px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
	color:#B2267F;
}
#news_r h3 {
	background-image: url(../img/h3/work.gif);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	width: 468px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
}
#profile h3 {
	background-image: url(../img/h3/profile.jpg);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	width: 468px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
}
#contact h3 {
	background-image: url(../img/h3/profile.jpg);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	width: 468px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom:0px;
}


#blog h3 {
	background-image: url(../img/h3/work.gif);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	width: 468px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
}
#about h3 {
	background-image: url(../img/h3/work.gif);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	width: 468px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
}
#sitepolicy h3 {
	background-image: url(../img/h3/profile.jpg);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
}
#sitemap h3 {
	background-image: url(../img/h3/profile.jpg);
	background-repeat: no-repeat;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "HGPｺﾞｼｯｸM", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	height: 39px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 100%;
	padding-left: 40px;
	margin-left: 14px;
	margin-bottom: 15px;
}

#work .work_body {
	padding-left: 75px;
	padding-right: 10px;
}
/*
#work p {
	padding-left: 75px;
	padding-right: 10px;
}*/
#profile p {
	padding-left: 50px;
	padding-right: 5px;
}
#contact p {
	padding-left: 50px;
	padding-right: 5px;
}
#blog p {
	padding-left: 30px;
	padding-right: 22px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
}
#about p {
	padding-left: 40px;
	padding-right: 5px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
}
#sitepolicy p {
	padding-left: 40px;
	padding-right: 5px;
	clear: both;
	padding-bottom: 10px;
}
#sitemap p {
	padding-left: 40px;
	padding-right: 5px;
	clear: both;
	padding-bottom: 10px;
}
#work h4 {
/*	padding-left: 75px;
	padding-right: 10px;*/
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
#sitepolicy h4 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 40px;
	padding-bottom: 5px;
}
.font_pink {
	color: #B2267F;
}
#blog p img {
	clear: right;
	float: left;
	margin-top: -10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#blog a:link, #blog a:visited {
	color: #C8D1A6;
}
#blog a:hover {
	color:#BE208F;
	text-decoration: none;
}
#about table {
	margin-left: 60px;
	padding: 0px;
	}
#about tr {
}



#about th {
	text-align: left;
	
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636363;
	border-right-color: #636363;
	border-bottom-color: #636363;
	border-left-color: #636363;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#about td {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636363;
	border-right-color: #636363;
	border-bottom-color: #636363;
	border-left-color: #636363;
}

#contact_t{
	margin-left: 50px;
	}
#contact_t table{
	border-collapse: collapse;
	}
	
#contact_t td{
	border: 1px  ;
	border-style:solid;
	border-color:#cccccc;
	padding: 5px 5px 5px 7px;
	}
	
#contact_t tr {text-align: left;
}
#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#sitemap li {
	padding-bottom: 5px;
}
#sitemap .c001 {
	padding-left: 40px;
}
#sitemap .c002 {
	padding-left: 55px;
}



/* what */
.style1 {
	font-size: 14px;
	font-weight: bold;
}



/* wpで使用するスタイルの指定
------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}










