@charset "utf-8";

/*
Theme Name: aika nails
Theme URI: http://mommodelic.sakura.ne.jp/aika/
Description: momodelic designがaika nails様専用に制作したテーマ
Version: 1.0
Author: 井上由貴
*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝スクロールバー内のデザイン＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*共通のデザイン*/

#sbar {
	overflow:auto;
	width:515px;
	height:520px;
	padding: 5px 10px 5px 5px;
	font-size:11px;
	color:#333;
	background-color:#FFF;
	scrollbar-base-color:#FFF;
	float:left;

}

#sbar ul{
	list-style-type:none;
	height:76px;
	width:490px;
	float:left;
	margin:5px;
}

#sbar li{
	width:98px;
	height:76px;
	float: left; /* ieBugFix */
}

#sbar .mainpic{
	background:url(../images/gallery/gallery_main.jpg) no-repeat;
	width:480px;
	height:150px;
	margin:0;
	display:block;
}

.txt{
	width:290px;
	float:left;
	font-size:11px;
	line-height:150%;
}

#sbar #animal,#wedding,#dot,#color{
	width:290px;
	display:block;
	margin:20px 0;
	float:left;
}

/*simple部分のデザイン*/

#sbar #simple{
	width:495px;
	display:block;
	margin:20px 0;
}

#simple .sim-left{
	width:290px;
	display:block;
	float:left;
}

#simple .sim-bar{
	background:url(../images/gallery/gallery_bar_sim.gif) left top no-repeat;
	width:290px;
	height:20px;
	float:left;
	margin-bottom:5px;
}
	
#simple .sim-right{
	width:205px;
	height:85px;
	float:left;
}	

#simple .img-clic{
	background:url(../images/gallery/gallery_clic.gif) no-repeat;
	width:197px;
	height:53px;
	margin:17px 0 0 8px;
}

#simple-imgbg{
	width:495px;
	background:#FFFFD0;
	display:block;
	height:167px;
}

/*animal部分のデザイン*/	
#animal .ani-bar{
	background:url(../images/gallery/gallery_bar_ani.gif) no-repeat;
	width:290px;
	height:20px;
	margin:0 70px 5px 0;
	float:left;
}

#ani-imgbg{
	background:#C4FFC4;
	width:495px;
	display:block;
	height:167px;}


/*wedding部分のデザイン*/

#wedding .wed-bar{
	background:url(../images/gallery/gallery_bar_wed.gif) no-repeat;
	width:290px;
	height:20px;
	margin:0 70px 5px 0;
	float:left;
}

#wed-imgbg{
	background:#FFDDFF;
	width:495px;
	height:167px;
	display:block;
}

/*dot部分のデザイン*/
#dot .dot-bar{
	background:url(../images/gallery/gallery_bar_dot.gif) no-repeat;
	width:290px;
	height:20px;
	margin:0 70px 5px 0;
	float:left;
}

#dot-imgbg{
	background:#D2E4FF;
	width:495px;
	height:167px;}

/*color部分のデザイン*/
#color .col-bar{
	background:url(../images/gallery/gallery_bar_col.gif) no-repeat;
	width:290px;
	height:20px;
	margin:0 70px 5px 0;
	float:left;
}

#col-imgbg{
	background:#B7B787;
	width:495px;
	height:167px;
	display:block;
}

