@charset "UTF-8";
/* 共通（テンプレート）の指定 */
*{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #754C24;
}

img{
	border-style:none;
}

body {
	background-color: #D5E9CD;
	-webkit-text-size-sdjust:100%;
}


#wrapper {
	background-color: #FFF;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	box-shadow: inset -143px 0 0 #9ED8F5;
	position: relative;
}

#wrapper_right{
	border-right-width: 143px;
	border-right-style: solid;
	border-right-color: #9ED8F5;
	float: right;
	overflow: hidden;
}


#wrapper_left{
	float: left;
	width: 817px;
}

/* 右のメインナビゲーションの指定 */
/* ここから（トップページのみ） */
#nav_main {
	float: right;
	width: 143px;
	position: relative;
	background-color:#9ED8F5;
	height: 700px;
}
#nav_main ul li {
	list-style-type: none;
}
#nav_home {
	float: right;
	margin-top: 50px;
	height: 145px;
	width: 306px;
	background-image: url(images/mb_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#nav_about {
	float: right;
	background-image: url(images/mb_about.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 306px;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#nav_contact {
	float: right;
	margin-bottom: 15px;
	background-image: url(images/mb_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 138px;
	width: 306px;
}


#nav_blog {
	background-image: url(images/sb_blog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 143px;
	clear: both;
	margin-bottom: 10px;
}
#nav_twitter {
	background-image: url(images/sb_twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 143px;
	margin-bottom: 10px;
}
#nav_facebook {
	background-image: url(images/sb_facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 143px;
}
#nav_home:hover {
	background-position: 0px -145px;
}
#nav_about:hover {
	background-position: 0px -129px;
}
#nav_contact:hover {
	background-position: 0px -138px;
}
#nav_blog:hover {
	background-position: 0px -50px;
}
#nav_twitter:hover {
	background-position: 0px -50px;
}
#nav_facebook:hover {
	background-position: 0px -50px;
}
#nav_home a{
	display: block;
	height: 143px;
	width: 304px;
}
#nav_about a{
	display: block;
	height: 121px;
	width: 267;
}
#nav_contact a{
	display: block;
	height: 142px;
	width: 254px;
}
#nav_blog a{
	display: block;
	height: 50px;
	width: 143px;
}
#nav_twitter a{
	display: block;
	height: 50px;
	width: 143px;
}
#nav_facebook a{
	display: block;
	height: 50px;
	width: 143px;
}
/* ここまで（トップページのみ） */
/* 右のメインナビゲーションの指定終わり */

/* 右のメインナビゲーションの指定 */
/* ここから（トップページ以外）テンプレート */


#nav_main_s {
	float: right;
	width: 143px;
	position: absolute;
	height: auto;
	background-color: #9ED8F5;
	left: 817px;
}

#nav_main_s ul li {
	list-style-type: none;
}
#nav_home_s {
	float: left;
	margin-top: 50px;
	height: 70px;
	width: 143px;
	background-image: url(images/nav_home_s.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#nav_about_s {
	float: left;
	height: 70px;
	width: 143px;
	background-image: url(images/nav_about_s.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#nav_contact_s {
	float: left;
	height: 70px;
	width: 143px;
	background-image: url(images/nav_contact_s.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-bottom: 20px;
}


#nav_blog_s {
	background-image: url(images/sb_blog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 143px;
	clear: both;
	margin-bottom: 10px;
}
#nav_twitter_s {
	background-image: url(images/sb_twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 143px;
	margin-bottom: 10px;
}
#nav_facebook_s {
	background-image: url(images/sb_facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 50px;
	width: 143px;
}
#nav_home_s:hover {
	background-position: -143px 0px;
}
#nav_about_s:hover {
	background-position: -143px 0px;
}
#nav_contact_s:hover {
	background-position: -143px 0px;
}
#nav_blog_s:hover {
	background-position: 0px -50px;
}
#nav_twitter_s:hover {
	background-position: 0px -50px;
}
#nav_facebook_s:hover {
	background-position: 0px -50px;
}
#nav_home_s a{
	display: block;
	height: 70px;
	width: 143px;
}
#nav_about_s a{
	display: block;
	height: 70px;
	width: 143px;
}
#nav_contact_s a{
	display: block;
	height: 70px;
	width: 143px;
}
#nav_blog_s a{
	display: block;
	height: 50px;
	width: 143px;
}
#nav_twitter_s a{
	display: block;
	height: 50px;
	width: 143px;
}
#nav_facebook_s a{
	display: block;
	height: 50px;
	width: 143px;
}
/* ここまで（トップページ以外）テンプレート */
/* 右のメインナビゲーションの指定終わり */

/* メインイメージ（ロゴ）部分の指定 */


.main  {
	height: 515px;
	width: 640px;
	position: relative;
}

#rogo {
	position: absolute;
	z-index: 2;
	top: 100px;
	margin-left: 20px;
}

#main_logo {
	position: absolute;
	left: 50px;
	top: 23px;

}
#girl {
	position: absolute;
	top: 15px;
	z-index: 1;
	left: 180px;
}
#boy {
	position: absolute;
	top: 35px;
	left: 350px;
	z-index: 0;
}
.welcome{
	position: absolute;
	top: 30px;
	left: 50px;
}
.hello{
	position: absolute;
	left: 490px;
	top: 50px;
}

#boy:hover{
	-webkit-transform:rotate(15deg);
	-webkit-transition-duration:1s;
	transform:rotate(15deg);
	transition-duration:1s;
}
#girl:hover{
	-webkit-transform:rotate(-15deg);
	-webkit-transition-duration:1s;
	transform:rotate(-15deg);
	transition-duration:1s;
}

.man {
background-repeat: repeat;
visibility: hidden;
}

#girl,#boy{
	opacity:0;
	filter:aipha(opacity=0);
}

/* ホームページのメインイメージ（ロゴ）部分指定 終わり*/


/* 共通（テンプレート）の指定 */
/* 下の箱型ナビゲーションの指定　*/

#bottom_wrapper{
	height: 250px;
	width: 757px;
	background-color: #FFF;
	position: relative;
	margin-left: 30px;
	clear: both;
}

.box:hover{
	-webkit-transform:translate(0,20px);
	-webkit-transition-duration:1.5s;
	transform:translate(0,20px);
	transition-duration:1.5s;
}

.box1 {
	float: left;
	height: 110px;
	width: 193px;
	position: relative;
	margin-right: 20px;
	margin-left: 70px;
}
.box1 .boxin {
	z-index: 0;
	position: absolute;
}

#box1 {
	z-index: 2;
	position: relative;
}
.box2 {
	float: left;
	height: 110px;
	width: 193px;
	position: relative;
	margin-right: 20px;
	}
	
.box2 .boxin {
	z-index: 0;
	position: absolute;
}
#box2 {
	z-index: 2;
	position: absolute;
}
.box3 {
	float: left;
	height: 110px;
	width: 193px;
	position: relative;
	}
	
.box3 .boxin {
	z-index: 0;
	position: absolute;
}

#box3 {
	z-index: 2;
	position: absolute;
}

/* 下の箱型ナビゲーションの指定終わり　*/


/* 共通（テンプレート）の指定 */
/* 下のサブリストナビゲーションの指定　*/

#sub_nav {
	background-color: #754C24;
	height: 30px;
	width: 757px;
	float: left;
	margin-top: 30px;
}
#sub_nav ul {
	margin-left: 200px;
}
#sub_nav ul li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	height: 20px;
	margin-top: 5px;
}
#sub_nav ul li:first-child{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#sub_nav ul li a {
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
}
#sub_nav ul li a:hover{
	color: #FF0;
}


/* 共通（テンプレート）の指定 */
/* 下のサブリストナビゲーションの指定終わり　*/

#blue_flower {
	z-index: 5;
	margin-left: 10px;
	position: absolute;
	top: 75px;
	left: 10px;
}
#red_flower {
	position: absolute;
	left: 705px;
	top: 88px;
}

/* 共通（テンプレート）の指定 */
/* フッター部分の指定　*/
#footer {
	float: left;
	text-align: center;
	width: 757px;
	margin-top: 35px;
}

#footer p {
		text-align: center;
}

/* フッター部分の指定終わり　*/


/* 共通（テンプレート）の指定 */
/* ページトップボタンの指定　*/

#page_top {
	height: 50px;
	width: 96px;
	background-image: url(images/b_pagetop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
}
#page_top a{
	display: block;
	height: 50px;
	width: 96px;
}
#page_top:hover{
	-webkit-transition-duration:1s;
	background-position: 0px -50px;
	transition-duration:1s;
}

/* ページトップボタンの指定終わり　*/

/* 共通（テンプレート）の指定 */
/* ヤムデザインロゴ部分の指定　*/

#yum_logo_s{
	margin-left: 50px;
	margin-top: 20px;
}
/* ヤムデザインロゴ部分の指定終わり　*/



/* 年賀状作品のページ指定　*/
footer p {
	font-size: 13px;
}
#logo_s {
	padding-top: 20px;
	padding-left: 90px;
}
#work_imgs {
	height: 370px;
	width: 528px;
	margin-left: 100px;
	margin-bottom: 30px;
}
#work_imgs .work_tab {
	height: 370px;
	width: 268px;
	float: right;
}
.tab.clearfix li {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 85px;
	width: 57px;
}
#work_imgs .panel ul{
	float: left;

}
#work_imgs .panel li {
	list-style-type: none;
}

.next_page{
	float: right;
	height: 80px;
	width: 70px;
	background-image: url(work_img/owl_img01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 100px;
	margin-top: -110px;
}

#next_page{
	font-size: 12px;
	float: right;
	background-color: #E6E6E6;
	height: 25px;
	width: 70px;
		margin-top: 56px;
	text-align: center;
	line-height: 25px;
}

.next_page a{
	font-size: 12px;
	text-decoration: none;
	display: block;
}

#next_page a:hover{
	background-color: #9ED8F5;
	height: 25px;
	width: 70px;
	color: #FFF;
}

.next_page:hover{
	background-image: url(work_img/owl_img02.jpg);
	background-repeat: no-repeat;
}
/* 年賀状作品のページ指定終わり　*/


/*すべての作品のページ指定*/


.allwork_container {
	height: 500px;
	width: 500px;
	position: relative;
	padding-left: 150px;
}

ul.content {
   list-style: none;
   padding: 0;
   margin: 0;
   width: 500px;
   height: 290px;
   }
  
   
   ul.content li {
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom:15%;
	padding-left: 2%;
   }
   
ul.content li img{
	height: 100%;
	width: 100%;
}

ul.content li.roundabout-in-focus {
   cursor: default;
   }
   
.roundabout-moveable-item{
	  position: absolute;
	  width:183px;
	  height: 92px;
	  opacity: 0.5;
	  z-index: 117; 
	  font-size: 100%;
}

ul.content li.roundabout-in-focus {
   cursor: default;
   }
   


.roundabout-moveable-item h2 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 1%;
}
.roundabout-moveable-item p {
		font-size: 95%;
}

.roundabout-moveable-item p a {
		font-size: 95%;
	background-color: #F36;
	text-decoration: none;
	margin-top: 1%;
	text-align: center;
	display: block;
}

.roundabout-moveable-item a:link{
	color:#FFF;
}

.roundabout-moveable-item a:visited{
	color:#FFF;
}

.roundabout-moveable-item a:hover{
	background-color:#F0989E;
}


#item4 .aside{
		font-size: 90%;
	color:red;
	}

#item4 .aside a:link {
	color: red;
	font-size: 90%;
	text-decoration: none;
}

#item4 .aside a:visited{
		font-size: 90%;
color:red;
}


   ul.content #item4{
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom:23%;
	padding-left: 2%;
   }






ul #item1{
	     width: 300px;
   height: 250px;
   }
   
   
ul #item2{
	     width: 300px;
   height: 477px;
   }
   
ul #item3{
	     width: 300px;
   height: 440px;
   }
 
   
      ul #item4{
	     width: 300px;
   height: 201px;
   }
   
         ul #item5{
	     width: 284px;
   height: 420px;
   }
   
   
#warning{
			font-size: 85%;
	color:red;
}
      
/*すべての作品のページ指定終わり*/


/*PHOTOギャラリーページ指定*/


#slide06 {
	height: 400px;
	width: 730px;
	position: relative;
}


.sliders li {
	overflow: hidden;
	list-style-type: none;
	height: 360px;
	width: 500px;
	padding-left: 70px;
}

.pager{
	margin-left: 100px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.pager li {
	display: inline-block;
	display: inline;
	list-style-type: none;
}

.pager a {
	display: block;
	width: 10px;
	height: 10px;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	background-image: url(gallery_img/pager_off.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	
}

.pager a:hover,
.pager .current a {
	text-decoration: none;
	background-image: url(gallery_img/pager_on.png);
	background-repeat: no-repeat;
}

.prev {
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 50;
	cursor: pointer;
	background-image: url(gallery_img/prev_off.png);
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	top: 150px;
	left: 100px;
}

.prev:hover {
	background-image: url(gallery_img/prev_on.png);
}

.next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 650px;
	text-indent: -9999px;
	z-index: 50;
	cursor: pointer;
	background-image: url(gallery_img/next_off.png);
	background-repeat: no-repeat;
}

.next:hover {
	background-image: url(gallery_img/next_on.png);
}

/*PHOTOギャラリーページ指定終わり*/


/*問い合わせのページ指定*/

#formWrap {
	color: #555;
	line-height: 130%;
	font-size: 80%;
	margin-left: 30px;
	width: 767px;
	margin-bottom: 40px;
}


#formWrap h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
}

#formWrap .formTable{
	width:95%;
	margin:0 auto;
	border-collapse:collapse;
}
#formWrap .formTable td,table.formTable th{
	border:2px solid #ccc;
	padding:10px;
}
#formWrap .formTable th{
	width:130px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

#formWrap p{
	margin-top: 20px;
}
/*問い合わせのページ指定終わり*/

/*おすすめマンガのページ指定*/

#manga_heder img{
	float: left;
	}

#manga_heder h2{
	float: left;
	margin-top: 50px;
	margin-left: 30px;
	font-size: 28px;
	font-weight: normal;
	}

#manga_container{
	clear: both;
	padding-top: 30px;
}

.manga_info {
	height: 450px;
	width: 619px;
	margin-left: 95px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #754C24;
	margin-bottom: 30px;
	padding-bottom: 20px;
	-webkit-border-bottom-width: 2px;
	-webkitborder-bottom-style: dotted;
	-webkitborder-bottom-color: #754C24;
}
.manga_info h3 {
	float: left;
}
.manga_info dl {
	float: right;
	width: 285px;
}
.manga_info dt {
	text-align: center;
	font-size: 24px;
	width: 285px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #754C24;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.manga_info dt span {
	font-size: 14px;
}
.manga_info dd {
	line-height: 30px;
}

.manga_page_top{
	float: left;
	margin-left: 210px;
	margin-right: 10px;
}

.manga_page_top a{
	font-size: 12px;
}

.manga_page_unde{
	float: right;
}

.manga_page_under a{
	font-size: 12px;
}

#photo_book_madamu{
	height: 96%;
	width: 96%;
}

/*おすすめマンガのページ指定終わり*/

/*Aboutのページ指定*/

#about_heder img{
	float: left;
	}

#about_heder h2{
	float: left;
	margin-top: 50px;
	margin-left: 30px;
	font-size: 28px;
	font-weight: normal;
	}

#greeting {
	width: 619px;
	pdding-left: 100px;
	padding-top: 20px;
	padding-bottom: 30px;
	clear: both;
	padding-left: 100px;
	position: relative;
}


#yum_character{
	float: right;
}


.greeting_01_p{
		font-size: 90%;
		line-height: 25px;
		padding-bottom: 10px;
		-webkit-font-size: 14px;
}


.greeting_02 img {
	float: left;
	padding-right: 5px;
}

.greeting_02 h6{
	float: left;
	margin-top: 5px;
	font-size: 130%;
	font-weight: normal;
}


.greeting_02{
	margin-top: 20px;
}


.greeting_02_p{
	clear: both;
	padding-top: 10px;
			font-size: 90%;
	line-height: 25px;
	-webkit-font-size: 14px;
}

/*Aboutのページ指定終わり*/

