@charset "UTF-8";

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
    color: #000;
	font-size: 85%;
    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    line-height: 160%;
	
	/*background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;*/
	background-color:#4f7ecc;
	/*background-attachment:fixed;*/
	height:100%;
}





/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	padding:0;
	margin:10px 0 0 0;
	/*font-size: 240%;*/
	font-family: 'Josefin Sans', sans-serif;
}

h2 {
	padding:0;
	margin:10px 0 0 0;
	font-size: 220%;
	line-height:90px;
	/*font-family: 'ヒラギノ明朝 Pro W3', Hiragino Mincho Pro;*/
}

#h2-area {
	height:90px;
	border-bottom: 10px solid #fff;
	margin-bottom:20px;
}

#h2-area .h2ruby {
	font-size:40%;
	margin-left:10px;
	color: #5080c9;
}






h3 {
	
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	/*border-bottom: 1px solid #000;*/
	color: #000;
	text-decoration: none;
}

a:hover {
	/*border-bottom: 1px solid #fe56aa;*/
	color: #5080c9;
}

a img {
	border-style:none;
}


/****************************************

          Layout

*****************************************/

#container,
.wrapper {
	margin: 0 auto;
	width: 940px;
}


#header-area {
	background-color:#fff;
}


#header {
	margin: 0 auto;
	width: 940px;
	margin-bottom: 0px;
	padding-top: 0px;
	/*border-bottom: 1px solid #fff;*/
	background-color:#fff;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 0px;
		width: auto;
	}
	#header .alignright{
		width: 210px;
	}

#main {
	float: left;
	width: 700px;
	
}

#sidebar {
	float: right;
	width: 210px;
}

#main,
#sidebar{
	margin-bottom: 20px;
	border-bottom: 1px solid transparent;
	
}

#footer {
	clear: both;
	background: #5080c9;
	color: #000;
	text-align:right;
	height:100%;
	
	background-image: url(images/bg_footertop.jpg);
	background-position: center top ;
	background-repeat: no-repeat;
	
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo{
	margin:0;
	/*border-bottom: 1px dashed #fe56aa;*/
}

#logo a{
	border: none;
}

#description {
	margin: 0;
	color: #333;
	font-size:80%;
}

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}


/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	bottom: -1px;
	clear: both;
	margin-bottom: 0;
	float:right;
	font-size:80%;
}
	#header div.menu > ul,
	#header ul.menu{
		/*border-left: 1px solid #ddd;*/
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: right;
	}

	#header .menu li{
		position: relative;
		/*border-top: 1px solid #ddd;*/
		border-left: 1px solid #ddd;
		
		/*border-bottom: 1px solid #ddd;*/
	}
		#header .menu li a{
			display: block;
			padding: .5em 1em;
			border-bottom: none;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			border-bottom: 3px solid #c466b9;
		}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			border: 1px solid #ddd;
			background: #eee;
		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
			}
				#header .menu li:hover > ul{
					display: block;
				}


/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
	background:#fff;
	padding:20px;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}

	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }


.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	/*margin-bottom: 40px;*/
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 30%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		/*display: block;*/
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				/*border-left: 1px solid #ddd;*/
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: left;
	clear:both;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}



/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	margin-bottom: 2px;
	font-family: 'Josefin Sans', sans-serif;
}
.widget{
	margin-bottom: 20px;
}

#sidebar .widget ul{
	padding-left: 1.0em;
	list-style-position: outside;
	list-style-type: none;
	font-size:85%;
}


#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#copyright{
	padding: 5px 0 0 0;
	font-size: 70%;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	/*margin-bottom: 20px;*/
	padding: 6px 4px;
	max-width: 100%;
	width: 390px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

label {
	font-size:100%;
	float:left;
	width:140px;
	margin-top:5px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #febbd9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffd5e8;
	color: #333;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #fe56aa;
		background: #ffb7cb;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

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

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

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

#container2,
.wrapper {
	margin: 0 auto;
	width: 940px;
	height:100%;
}


/****************************************

         追加分

*****************************************/





/* Profileページ
========================================== */

.bloc-profile {
	overflow:hidden;
	margin-bottom:20px;
    border-bottom:1px dotted #333;
	padding-bottom:20px;
}


.bloc-left h4 {
	font-size:110%;
	/*margin-top:30px;*/
	margin-bottom:0;
	font-weight:700;
	color: #5080c9;
	padding:0px 0 0px 0px;
	/*border-bottom:1px dotted #F66;*/
}

.bloc-left h5 {
	font-size:95%;
	font-weight:bold;
	margin:0;
}

.header-right {
	width:600px;
	float:right;
}

#main h2 {
	margin:0;
	height:120px;
	font-size:85%;
	background-image: url(images/h2bg_profile.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Newsページ
========================================== */

.bloc-news {
	overflow:hidden;
	margin-bottom:20px;
    border-bottom:1px dotted #333;
	padding-bottom:20px;
}

.bloc-news h4 {
	font-size:110%;
	margin-top:0;
	margin-bottom:10px;
	font-weight:700;
	color: #5080c9;
	padding:0px 0 0px 0px;
	/*border-bottom:1px dotted #F66;*/
}

.bloc-news-text {
}

.bloc-news-photo {
	margin-top:10px;
	height:100%;
}


.post-meta .post-date,
	.post-meta .category {
		font-size:85%;
	}
	
.footer-post-meta {
		font-size:85%;
}

.news-text {
		font-size:95%;
}


/* Galleryページ
========================================== */

.bloc-gallery {
	overflow:hidden;
	margin-bottom:20px;
    border-bottom:1px dotted #333;
	padding-bottom:20px;
}

.bloc-gallery h4 {
	font-size:110%;
	margin-top:0;
	margin-bottom:10px;
	font-weight:700;
	color: #c466b9;
	padding:0px 0 0px 0px;
	/*border-bottom:1px dotted #F66;*/
}

.gallery-image img {
	margin-top:5px;
}

.gallery-image a {
	border:none;
	color: #000;
	text-decoration: none;
}

.gallery-image a:hover {
	border-bottom: 2px solid #fe56aa;
	color: #fe56aa;
}

.bloc-gallery-text {
}

.bloc-gallery-photo {
	margin-top:10px;
	height:100%;
}




.form-list {
	padding:10px 0;
	border-bottom: #CCC dotted 1px;
}


#respond p {
	margin:0;
}



/* サイドエリア
========================================== */


.widget1 {
	margin-bottom: 10px;
}

#sidebar .widget1 ul{
	padding-left: 1.0em;
	list-style-position: outside;
	list-style-type: none;
	font-size:80%;
}


#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.widget2 {
	margin-top:20px;
}

.widget2 img {
	border:#fff solid 1px;
}


.widget2 a {
	border:none;
	text-decoration: none;
}

.widget2 a:hover {
	border:none;
	text-decoration: none;
}



/* フッターエリア
========================================== */

#footer a {
	border:none;
	text-decoration: none;
}

#footer a:hover {
	border:none;
	text-decoration: none;
}

#footer ul#footer-navi {
	margin: 0 auto;
	width: 940px;
	overflow:hidden;
	/*position:relative;*/
	font-size:85%;
}

#footer ul#footer-navi li{
	text-align:center;
	float:right;
	/* width:150px;幅を指定したい場合はここへ*/
	padding:0 3px 0 3px;
	background:transparent url(../../images/common/listmark_fnavi.gif) no-repeat left 0.1em scroll ;
	white-space: nowrap; /* IE6文章途中で折り返さない */
}

#footer ul#footer-navi li a:link    {color:#000; text-decoration:none;}
#footer ul#footer-navi li a:visited {color:#000; text-decoration:none;}
#footer ul#footer-navi li a:hover   {color:#00b4ff; text-decoration:none ;}
#footer ul#footer-navi li a:active  {color:#000; text-decoration:none ;}


/* フッターエリア
========================================== */

#main2 {
	width: 940px;
	height:100%;
	
}

#footer-banner {
	text-align:center;
	margin:10px 0;
}

#footer-banner img {
	margin-right:2px;
}


/* トップページ What's New
========================================== */


.newsarea {
	width:600px;
}

/*リスト関係　トップページ　Topics*/

dl.TopicsList {
	overflow: hidden;
	zoom: 1;
	margin:20px 0;
}
dl.TopicsList dt {
	margin-bottom: 3px;
	padding-bottom: 0px;
	width: 105px;
	float: left;
	clear: both;
}
dl.TopicsList dd {
	margin-bottom: 3px;
	padding: 0 0 0 0;
}

.topicsnew {
	color:#F00; font-weight:bold;
}

#golist {
	text-align:right; margin-bottom:0;
}







#header div.menu2 > ul > li,
	#header ul.menu2 > li{
		float: right;
	}

	#header .menu2 li{
		/*position: relative;*/
		/*border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;*/
		margin-left:5px;
	}
		#header .menu2 li a{
			display: block;
			border-bottom: none;
		}
		#header div.menu2 > ul > li.current_page_item,
		#header ul.menu2 > li.current_page_item{
			border-bottom: 2px solid #fff;
		}
		
#main-image {
	clear:both;
	position:relative;
	height:100%;
	text-align:center;
}

#header-icon {
	overflow:hidden;
	clear:both;
	float:right;
	width:100%;
}



	
/* Profileページ
========================================== */

.bloc-contact {
	overflow:hidden;
	margin-bottom:20px;
    border-top:1px solid #CCC;
	padding-bottom:20px;
}


.bloc-contact h4 {
	font-size:110%;
	/*margin-top:30px;*/
	margin-bottom:0;
	font-weight:700;
	color: #c466b9;
	padding:0px 0 0px 0px;
	/*border-bottom:1px dotted #F66;*/
}

.bloc-contact p {
	font-size:85%;
	line-height:1.5;
	margin:0;
	margin-top:20px;
}


/* Topページ 3ブロック
========================================== */

.top_area {
	text-align:center;
	margin-top:60px;
}

.cap-1 {
	clear:both;
	font-size:90%;
	color:#666;
	
}

.top_category {
	overflow:hidden;
	margin:auto;
	
}

.top_bloc {
	width:260px;
	height:270px;
	float:left;
	margin-left:40px;
	text-align:center;
	padding:0;
	background-image: url(images/bg_shadow.jpg);
	background-position: center bottom ;
	background-repeat: no-repeat;
	background-color:#fff;
	

	
	/*background-attachment:fixed;*/
}

.top_bloc p {
	margin:0;
	margin-top:8px;
}


.category-title {
	padding:0;
	margin:10px 0 0 0;
	font-size: 220%;
	font-family: 'ヒラギノ明朝 Pro W3', Hiragino Mincho Pro;
}

.category-title2 {
	padding:0;
	margin:0 0 35px 0;
	font-size: 190%;
	font-family: 'ヒラギノ明朝 Pro W3', Hiragino Mincho Pro;
}

.category-title_active {
	color:#5080c9;
}

.h2ruby {
	font-size:40%;
}

.category-lead {
	padding:0;
	margin:10px 0 20px 0;
	font-size: 90%;
	letter-spacing:0.2em;
}


/* フッターメニュー
========================================== */


.footertitle {
	text-align:center;
	padding-top:20px;
	/*background-image: url(images/line_footertitle.jpg);
	background-position: center bottom ;
	background-repeat: repeat-x;*/
}

.footertitle h3 {
	margin:0;
	font-size:95%;
}


.footermenu {
	/*width:600px;*/
	text-align:left;
	color:#fff;
	font-size:80%;
}

/*リスト関係　フッターメニュー*/

ul.footermenulist {
	overflow: hidden;
	zoom: 1;
	margin-bottom:20px;
}
ul.footermenulist li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:1.8em;
	width: 180px;
	float: left;
	clear: both;
	font-weight:400;
}

.midashi {
	font-size:115%;
	font-weight:bold;
	margin:0;
	margin-bottom:7px;
	
	}


/*
ul.footermenulist li {
	margin-bottom: 0px;
	padding: 0 0 0 0;
}*/

.footermenu ul.footermenulist a:link    {color:#fff; text-decoration:none;}
.footermenu ul.footermenulist a:visited {color:#fff; text-decoration:none;}
.footermenu ul.footermenulist a:hover   {color:#000; text-decoration: underline ;}
.footermenu ul.footermenulist a:active  {color:#fff; text-decoration:none ;}



/* ナビゲーション関係
========================================== */


div.navi1{ background: url(images/navibtn_01_on.jpg) no-repeat; width: 188px; height: 50px; float: left; }
div.navi1 a { display: block; }
div.navi1 a:hover{ background: none; }
div.navi1 a:hover img { visibility: hidden; }
div.navi1 img{ border: none; }

div.navi2{ background: url(images/navibtn_02_on.jpg) no-repeat; width: 188px; height: 50px; float: left;; }
div.navi2 a { display: block; }
div.navi2 a:hover{ background: none; }
div.navi2 a:hover img { visibility: hidden; }
div.navi2 img{ border: none; }

div.navi3{ background: url(images/navibtn_03_on.jpg) no-repeat; width: 188px; height: 50px; float: left; }
div.navi3 a { display: block; }
div.navi3 a:hover{ background: none; }
div.navi3 a:hover img { visibility: hidden; }
div.navi3 img{ border: none; }

div.navi4{ background: url(images/navibtn_04_on.jpg) no-repeat; width: 188px; height: 50px; float: left; }
div.navi4 a { display: block; }
div.navi4 a:hover{ background: none; }
div.navi4 a:hover img { visibility: hidden; }
div.navi4 img{ border: none; }

div.navi5{ background: url(images/navibtn_05_on.jpg) no-repeat; width: 188px; height: 50px; float: left; }
div.navi5 a { display: block; }
div.navi5 a:hover{ background: none; }
div.navi5 a:hover img { visibility: hidden; }
div.navi5 img{ border: none; }

/*
div.navi6{ background: url(../../images/common/menu06_on.jpg) no-repeat; width: 117px; height: 46px; float: left; }
div.navi6 a { display: block; }
div.navi6 a:hover{ background: none; }
div.navi6 a:hover img { visibility: hidden; }
div.navi6 img{ border: none; }

div.navi7{ background: url(../../images/common/menu07_on.jpg) no-repeat; width: 117px; height: 46px; float: left; }
div.navi7 a { display: block; }
div.navi7 a:hover{ background: none; }
div.navi7 a:hover img { visibility: hidden; }
div.navi7 img{ border: none; }
*/



div.hnavi1{ background: url('../../images/common/btn_sitemap.jpg') no-repeat; width: 90px; height: 19px; float: right; }
div.hnavi1 a { display: block; }
div.hnavi1 a:hover{ background: none; }
div.hnavi1 a:hover img { visibility: hidden; }
div.hnavi1 img{ border: none; }


#header_navi {
	width:940px;
	margin:0 auto;
	height:50px;
	background:url(../../images/common/gnavi_bg.jpg) repeat-x;
	border-style:none;
}

#header_navi a {
	border-style:none;
}

#navi-area {
	background-color:#fff;
	background-image: url(images/navi_bg.jpg);
	background-position: center bottom ;
	background-repeat: no-repeat;
}

#navi-area-shadow {
	clear:both;
	background-color:#ebf6fd;
	height:13px;
	background-image: url(images/navi_shadow.jpg);
	background-position: center bottom ;
	background-repeat: no-repeat;
}


/* 制作実績ページ
========================================== */

div .gallery-area {
/* ボックスの横幅 */
    width : 940px;
	overflow:hidden;
	clear:both;
	margin-bottom:60px;
}
  .gallery-area ul{
    /* ボックスより余白分大きくする */
    width : 950px;
  }
   .gallery-area li{
      /* 余白の大きさ */
      margin-right : 10px;
	  margin-bottom:10px;
	  
	  float:left;
	  list-style:none;
	  width:180px;
    }
	
	
.gallery_bloc {
	width:180px;
	height:190px;
	padding:0;
	background-image: url(images/bg_shadow_gallery.jpg);
	background-position: center bottom ;
	background-repeat: no-repeat;
	background-color:#fff;
}

.gallery_title2-area {
	overflow:hidden;
	font-size:85%;
	margin:20px 0;
	text-align:center;
}

.gallery_title2 {
	float:left;
	margin-right:40px;
	text-align:center;
}


/* パン屑
========================================== */
#pankuzu {
	font-size: 90%;
	text-align:left;
}


/* 制作実績　詳細
========================================== */

#side-area {
   /*width:240px;*/
}

#sidemenu {
   padding:1px;
   /*border:1px solid #D1D1D1;*/
}

#sidemenu h2{
   margin:0;
   padding:10px 5px;
   font-size:12px;
   border-bottom:3px solid #099;
   background:#fff url("../images/bg_h2.gif") 0 100% repeat-x;
}

#sidemenu ul{
   margin:0;
   padding:0;
   list-style: none;
   border-top:1px solid #5080c9;
}

#sidemenu li {
   padding:0;
   font-size:12px;
   line-height:2.0;
   /*border-bottom: 1px dotted #999;*/
}

#sidemenu a {
   display:block;
   padding:10px 0 10px 20px;
   color:#333;
   text-decoration:none;
   background:url("images/bg_list.gif") 10px 50% no-repeat;
}

#sidemenu a.current {
   color:#fff;
   background:#5080c9 url("../images/bg_list.gif") 10px 50% no-repeat;
}

#sidemenu a:hover {
   color:#000;
   background:#ccdefb url("../images/bg_list.gif") 10px 50% no-repeat;
   text-decoration:none;
   border-bottom:1px solid #000;

}



/*制作実績　詳細ページ　*/

dl.WorksList {
	overflow: hidden;
	zoom: 1;
	font-size:85%;
	padding:0;
	margin:0;
}
dl.WorksList dt {
	margin-right:10px;
	margin-bottom: 3px;
	padding-bottom: 0px;
	width: 90px;
	float: left;
	clear: both;
	text-align:right;
}
dl.WorksList dd {
	margin-bottom: 3px;
	padding: 0 0 0 0;
}


#works2-area-shadow {
	clear:both;
	background-color:#ebf6fd;
	height:14px;
	background-image: url(images/bg_shadow_works2.jpg);
	background-position: center bottom ;
	background-repeat: no-repeat;
}

.bloc-left p {
	font-size:95%;
	line-height:1.7;
	margin:0;
}

.bloc-right p {
	font-size:85%;
	line-height:1.7;
	margin:0;
}

.bloc-left {
	float:left;
	width:330px;
	margin:0;
}

.bloc-right {
	float:right;
	width:310px;
	/*margin-bottom:30px;*/
}



/*問合せ関連　*/

.toibtnarea {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	/*background-image: url(images/line_footertitle.jpg);
	background-position: center bottom ;
	background-repeat: repeat-x;*/
}


#footer-navi {
	text-align:center;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 90%;
	color:#fff;
}

#footer-navi a:link    {color:#fff; text-decoration:none;}
#footer-navi a:visited {color:#fff; text-decoration:none;}
#footer-navi a:hover   {color:#000; text-decoration: none ;}
#footer-navi a:active  {color:#fff; text-decoration:none ;}






/*ページトップ　*/
.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	background:#000;
}
.page_top:hover {
	background:#fff;
}

