@charset "UTF-8";
/* CSS information ===========
File name: layout.css
Data: 2012.10.05
 ============================*/
 
/*---------------------------------------------------- 
html5対応
---------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
	display: block
}
/*---------------------------------------------------- 
 全体の設定
---------------------------------------------------- */
/*文字の設定*/
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
/*リンク色*/
a:link {
	color: #FF96BF;
}
a:hover {
	color: #7973DE;
}
a:visited {
	color: #66F;
}
a:active {
	color: #7973DE;
}
/*全体のボックス*/
#container {
	width: 910px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
/*ユーティリティナビゲーションの指定*/
#utility_nav {
	position: absolute;
	top: 35px;
	right: 0px;
}
#utility_nav li {
	display: inline;
	float: left;
	padding: 5px;
}
/*グローバルナビゲーションの指定*/
#gloval_nav {
	margin-bottom: 20px;
}
#gloval_nav ul {
	background-image: url(../images/gloval_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#gloval_nav li {
	display: inline;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 0;
}
#gloval_nav .nav_shop {
	padding-top: 28px;
	padding-left: 83px;
	padding-right: 0px;
}
/*トップの画像の指定*/
#top_images {
	clear: both;
	padding: 10px;
	background-image: url(../images/top_images_bg.gif);
	background-repeat: no-repeat;
}
/*---------------------------------------------------- 
コンテンツエリアの指定
---------------------------------------------------- */
#contents {
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
/*トップページのメインエリアの指定*/
#top_main {
	float: left;
	width: 610px;
}
/*トップページのサイドバーの指定*/
#top_sidebar {
	float: right;
	width: 280px;
}
/*トップページのインフォメーションの指定*/
#top_information {
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 10px;
}
#top_information h2 {
	float: left;
	margin-bottom: 5px;
}
#top_information .more {
	float: right;
	margin-top: 15px;
}
/*トップページのバナーリストの指定*/
#top_banner_list img {
	background-color: #d9c6ff;
	padding: 5px;
	margin-bottom: 5px;
}
#top_s_banner_list img {
	margin-bottom: 5px;
}
/*---------------------------------------------------- 
フッターの指定
---------------------------------------------------- */
footer {
	text-align: center;
	clear: both;
	background-image: url(../images/pattern.gif);
}
small {
	font-size: 12px;
	color: #FFF;
	background-color: #D9C6FF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_logo {
	padding-top: 7px;
	padding-bottom: 5px;
}
/*---------------------------------------------------- 
追加クラス
---------------------------------------------------- */
/*イメージの周りに紫のふちをつける*/
.image_line {
	background-color: #d9c6ff;
	padding: 5px;
}
/*---------------------------------------------------- 
検索窓
---------------------------------------------------- */
.gsc-search-box {
	width: 220px !important;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
.gsc-search-box table.gsc-search-box td.gsc-input {
	padding: 2px !important;
}
.gsc-search-box td {
	padding: 0 !important;
}
.gsc-search-box input[type="text"] {
	height: 25px;
	padding: 0 !important;
	width: 185px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.gsc-search-box input[type="button"] {
	background: url("../images/search_btn.png") no-repeat scroll 50% 50% #FFFFFF;
	border: 0 none;
	color: #FFFFFF;
	height: 25px;
	margin-left: -22px;
	overflow: hidden;
	text-indent: -50px;
	width: 25px!important;
	min-width: 25px!important;
	-webkit-appearance: none;
}
.gsc-search-box .gsc-clear-button {
	display: none;
}