@charset "UTF-8";

/* index ------------------------------------------

	・レイアウト
		* 基本
		* パターン
	・基本設定
	・ヘッダー部
	・グローバルナビゲーション
	・文字サイズ調整ボタン
	・メイン
		* 基本
		* コンタクト
	・サイトバー
	　* メニュー
	・フッター
	・個別ページ
		* TOPページ
			- 実績紹介
			- サービス
			- 新着情報３種
		* 事業所概要
		* ごあいさつ
		* 制作実績
		* よくある質問
		* プライバシーポリシー（個人情報保護方針）
		* リンク
		* ニュース＆トピックス
		* サービス
	・CSS HACK
	
------------------------------------------------ */



/*============================= レイアウト =============================*/

/* -------------- 基本 -------------- */
body {
	padding-bottom: 10px;
	text-align: center;
	background: #A6C6E3 url(../images/bg.png) no-repeat top center;
	color:#FFF;
}
#container {
	width: 960px;
	margin: 5px auto;
	text-align: left;
	background-color:#FFF;
	color: #444;
}
#container-inner {
	margin: 20px 20px 5px;
}
#header {
	margin: 0 auto;
}
#contents-wrapper {
	margin: 10px auto;
	text-align: left;
}
#contents {
	float: left;
	width: 650px;
}
#sidebar {
	float: right;
	width: 240px;
}
#footer {
	clear: both;
	text-align: center;
}
/* -------------- パターン -------------- */
.r-ms .r-main {
	width: 65%; /*450px*/
	float: left;
}
.r-ms .r-sub {
	width: 31%; /*220px*/
	float: right;
}
.r-sm .r-main {
	width: 65%; /*450px*/
	float: right;
}
.r-sm .r-sub {
	width: 31%; /*220px*/
	float: left;
}
.r-cc .r-col {
	width: 48%;
	float: left;
	margin: 1%
}


/*============================= 基本設定 =============================*/

a.external {
	padding-right: 19px;
	background: url(../images/listmarker_external.gif) right center no-repeat;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.top-margin {
	margin-top: 10px;
}
.acc-nav, .skip {
	text-indent: -9999px;
	height: 0;
}
.acc-nav p {
	margin: 0;
	padding: 0;
	height: 0;
}
.acc-nav p img {
	float: left;
}
.delimiter {
	color: #AAA;
}
address a {
	text-decoration: none;
	color: #330;
}
#bread-crumbs {
	padding: 2px 20px 0;
	font-size: 75%;
	border-bottom: 1px dotted #999;
}
#bread-crumbs a {
	color: #333333;
}

/*お知らせ*/
#main .notice	{
	color: #F00;
	font-weight: bold;
}
#main .notice ul	{
}
#main .notice li	{
	background-image: url(../images/listmarker_yl.png);
}

/*下マージン*/
#main .btm	{
	margin-bottom: 1em;
}
/* 囲み記事1 */
#main .box	{
	clear: both;
	width: 580px;
	margin: 1em auto;
	padding: 10px;
	background: #FFC;
}
#main .box h3	{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#main .box p	{
	margin-bottom: 0;
}
#main .box p.bottom	{
	margin-bottom: 1em;
}

#main .box.blue	{
	border: none;
	background-color: #D9E3FF;
}
#main .box.blue h3	{
	color: #000099;
}
#main .box.gray	{
	border: none;
	background-color: #E7E7E7;
}
#main .box.gray h3	{
	color: #444;
}
/* 囲み記事2 */
#main .box2	{
	clear: both;
	width: 650px;
	margin: 1em auto;
	padding: 20px;
	background-color: #D9E3FF;
	border: 2px solid #F0F3FA;
	border-bottom-color: #D3D7DF;
	border-right-color: #D3D7DF;
	text-align: left;
}
#main .box2 h3	{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #000099;
}
#main .box2 p	{
	margin-bottom: 0;
}
#main .box2 .btm	{
	margin-bottom: 1em;
}
#main .box2.green	{
	background-color: #E4F1ED;
	border-bottom-color: #D8E5E1;
	border-right-color: #D8E5E1;
}
#main .box2.green h3	{
	color: #099;
}

/*角丸*/
/* Show only to IE PC \*/
* html #main .kadomaru .head p {
	height: 1%;
} /* For IE 5 PC */
#main .kadomaru {
	clear: both;
	margin: 0 auto; /* 中央揃え */
	width: 630px; /* 単位「em」で伸縮可能 */
	background: url(../images/bg_kadomaru_body_r.png) right bottom no-repeat;
}
#main .kadomaru p {
	margin: 0;
}
#main .kadomaru .head {
	background: url(../images/bg_kadomaru_head_r.png) right top no-repeat;
	font-size: 120%;
	font-weight: bold;
}
#main .kadomaru .head p {
	background: url(../images/bg_kadomaru_head_l.png) left top no-repeat;
	padding: 24px 30px 0.5em;
}
#main .kadomaru .body {
	background: url(../images/bg_kadomaru_body_l.png) left bottom no-repeat;
	padding: 0.5em 30px 30px;
}
#main .parmalink {
	text-align: right;
}





/*============================= ヘッダー部 =============================*/

#page-header {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 90%;
}
#page-header h1 {
	margin: 5px 0;
	font-weight: normal;
}
#header {
	margin-bottom: 0px;
	background: #006 url(../images/bg_header.png) no-repeat;
	height: 100px;
	border-top: 1px solid #98B4D4;
}
p#logo {
	float: left;
	width: 560px;
	height: 88px;
	margin-left: 20px;
	margin-top: 12px;
}
p#logo a:hover img {
	left: 0;
	top: 0;
}
#hnav {
	float: right;
	width: 300px;
	height: 100px;
	position: relative;
}
#hnav ul {
	position: absolute;
	bottom: 0;
	right: 20px;
}
#hnav ul li {
	display: inline;
}
#hnav ul li a {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	background: transparent url(../images/hnav.png) left top no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
}
#hnav ul li#hnav-sitemap a { background-position: 0 0; }
#hnav ul li#hnav-contact a { background-position: -80px 0; }
#hnav ul li#hnav-sitemap a:hover { background-position: 0 -30px; }
#hnav ul li#hnav-contact a:hover { background-position: -80px -30px; }


/*============================= グローバルナビゲーション =============================*/

#gnav {
	clear: both;
	width: 960px;
	margin: 0;
}
#gnav ul li {
	display: inline;
}
#gnav ul li a {
	display: block;
	float: left;
	width: 159px;
	height: 50px;
	border-right: 1px solid #06C;
	background: #FFF url(../images/gnav.png) left top no-repeat;
	text-indent: -9999px;
}
#gnav ul li#gnav-asamadecool a { background-position: 0 0; }
#gnav ul li#gnav-cooljelmat a { background-position: -159px 0; }
#gnav ul li#gnav-icejelpad a { background-position: -318px 0; }
#gnav ul li#gnav-spaceicesheet a { background-position: -477px 0; }
#gnav ul li#gnav-hinyarijelmat a { background-position: -636px 0; }
#gnav ul li#gnav-jeldecool a { background-position: -795px 0; }

#gnav ul li#gnav-asamadecool a:hover { background-position: 0 -50px; }
#gnav ul li#gnav-cooljelmat a:hover { background-position: -159px -50px; }
#gnav ul li#gnav-icejelpad a:hover { background-position: -318px -50px; }
#gnav ul li#gnav-spaceicesheet a:hover { background-position: -477px -50px; }
#gnav ul li#gnav-hinyarijelmat a:hover { background-position: -636px -50px; }
#gnav ul li#gnav-jeldecool a:hover { background-position: -795px -50px; }




/*============================= 文字サイズ調整ボタン =============================*/

#fnav #font-size {
	clear: both;
	text-align: right;
	margin: 10px 0;
}


/*============================= メイン =============================*/

/* -------------- 基本 -------------- */

#main p {
	margin: 0 0 1em 0;
}
#main ul {
	margin:0 0 0 1em;
}
#main ul li {
	padding-left: 12px;
	background: url(../images/listmarker1.gif) left 0.5em no-repeat;
}
#main ol {
	margin:0;
	padding: 0 0 0 1em;
}
#main ol li {
	margin: 0 0 0 1.6em;
	padding: 0;
	list-style-type: decimal;
}
#main dl {
	margin:1em 0;
}
#main dt {
	font-weight: bold;
	margin-bottom: 0.25em;
	padding-left: 12px;
	background: url(../images/listmarker1.gif) left 0.5em no-repeat;
}
#main dd {
	margin: 0 0 1em 1em;
}
#main dl.basic dd {
	margin-bottom: 1em;
}
/*テーブル（表組）*/
#main table {
	border-color: #C6C6C6;
	margin-bottom: 1em;
}
#main th, #main td {
	padding: 2px 4px;
	border-color: #C6C6C6;
}
#main th p, #main td p {
	margin-bottom: 0;
}
#main th {
	background-color: #E7E7E7;
	text-align: center;
	color: #666;
}
#main td {
}
#main table.align-center td	{
	text-align: center;
}
#main a img {
	border: 2px solid #06F;
}

#main h2 {
	height: 46px;
	background: #06C url(../images/bg_h2.png) no-repeat left top;
	margin: 0 0 20px;
	padding-top: 25px;
	padding-left: 20px;
	color: #FFF;
	font-size: 100%;
	letter-spacing: 0.1em;
}
/*サービス個別見出し２*/
#main #item-header {
	height: 200px;
	background: url(../images/title_images.png) no-repeat left top;
	position: relative;
	margin-bottom: 20px;
}
#toppage #main #item-header { background-position: left 0; }
#asamadecool #main #item-header { background-position: left -200px; }
#cooljelmat #main #item-header { background-position: left -400px; }
#icejelpad #main #item-header { background-position: left -600px; }
#spaceicesheet #main #item-header { background-position: left -800px; }
#hinyarijelmat #main #item-header { background-position: left -1000px; }
#jeldecool #main #item-header { background-position: left -1200px; }

#main #item-header h2 {
	height: 1px;
	background: none;
	text-indent: -9999px;
}

#main h3	{
	letter-spacing: 0.1em;
	clear: both;
	height: 33px;
	margin: 1em 0;
	padding: 21px 5px 5px 60px;
	background: #FFF url(../images/bg_h3_penguin.png) left center;
	color: #FFF;
}
#main h3 a	{
	color: #FFF;
}
#main .article	{
	margin-bottom: 1em;
}
#main h4 {
	font-size: 120%;
	margin: 1em 0 0.5em;
	font-weight: bold;
	color: #AC8B53;
}
#main h5 {
	font-size: 90%;
	margin: 1em 0 0.5em;
	font-weight: bold;
	border-bottom: 1px solid #AC8B53;
}

#main p.catchcopy {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 120%;
}
#main .price {
	font-weight: bold;
	font-size: 120%;
	color: #F00;
}
#main .link-l {
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
	margin-bottom: 0;
}
#main .link-l {
	font-weight: bold;
	font-size: 100%;
}#main .link-l a {
	text-decoration: underline;
}
#main p.leadcopy {
	font-weight: bold;
}
#main .r-3column	{
	margin: 0 5px 1em;
}
#main .r-3column ul	{
	margin: 0;
	padding: 0;
}
#main .r-3column ul li	{
	width: 210px;
	float: left;
	margin: 0 7px;
	padding: 0;
}

.separater	{
	color: #CCC;
}
#main .gotop {
	clear: both;
	margin: 20px 0;
	text-align: right;
}
#main .gotop a {
	color: #666
}
/* -------------- コンタクト -------------- */
#main #contact-bottom {
	text-align: center;
	border-bottom-color: #0F0;
}



/*============================= サイトバー =============================*/

/* -------------- メニュー -------------- */
#sidebar	{
	font-size: 90%;
}
#sidebar .side-menu	{
	border: 1px solid #181464;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
#sidebar .side-menu h3 {
	color: #FFF;
	background: #009 url(../images/bg_h3_sidemenu.png) repeat-y left bottom;
	padding: 2px 9px;
}
#sidebar .side-menu p,
#sidebar .side-menu ul	{
	padding: 9px;
}
#sidebar .side-menu li	{
	padding-left: 12px;
	background: url(../images/listmarker_bl.png) no-repeat left 0.4em;
}
#sidebar .side-menu#other-items li	{
	padding-left: 0;
	background: none;
	margin-bottom: 20px;
}
#sidebar .side-menu#other-items li p	{
	padding: 0;
}
#sidebar .side-menu#other-items li p.img_and_name	{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
}
#sidebar .side-menu#other-items li p.img_and_name span.maker	{
	font-weight: normal;
	font-size: 80%;
}
#sidebar .side-menu#other-items li p.img_and_name img	{
	margin-bottom: 5px;
}


#snav {
}


#menu-info {
	margin: 0 0 7px 0;
	padding: 5px;
	background-color: #DDD;
}
#menu-info ul {
}
#menu-info ul li {
}
#menu-info ul li a {
	color: #444;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	margin-bottom: 2px;
	padding: 2px 2px 2px 14px;
	background: #FFF url(../images/listmarker_yl.png) no-repeat 5px 0.5em;
}
#menu-info ul li a:hover {
	background-color: #FF9;
}

#side-banner ul {
	margin-top: 10px;
}
#side-banner li {
	margin-bottom: 2px;
}


/*============================= フッター =============================*/
#footer-link {
	font-size: 90%;
}
#footer-link a {
	text-decoration:none;
	color: #444;
}
#footer-link a:hover {
	background-color: #E7E7E7;
	text-decoration: underline;
}
#page-footer {
	color: #FFF;
	background: #017EFF url(../images/bg_footer.png) no-repeat top;
	border-top: 1px solid #333;
	border-bottom: 1px solid #006;
	width:940px;
	padding: 10px;
	text-align: center;
	font-size: 90%;
}
#page-footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#page-footer a:hover {
	text-decoration: underline;
}



/*============================= 個別ページ =============================*/

/* -------------- TOPページ -------------- */
/*  */
.article.r-sm	{
	margin-bottom: 0;
}
.article.r-sm .r-main	{
	width: 400px;
}
.article.r-sm .r-sub	{
	width: 220px;
}

/* -------------- サービス -------------- */



/*=============================  CSS HACK =============================*/
 
/* -------------- clearfix -------------- */

dl:after, #container:after, #header:after, #content:after, #main:after, #sub:after, #sidebar:after, #footer:after, .r-ms:after, .r-sm:after, .TabbedPanelsContentGroup:after, .TabbedPanelsContent:after, #new-article:after, #gnav:after, .kakomi1:after, .kakomi1b:after, .kakomi2:after, #toppage-service:after, #faq .question:after, #faq .answer:after, #service-tab:after, #main .r-3column:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
dl, #container, #header, #content, #main, #sub, #sidebar, #footer, .r-ms, .r-sm, .TabbedPanelsContentGroup, .TabbedPanelsContent, #new-article, #gnav, .kakomi1, .kakomi1b, .kakomi2, #toppage-service, #faq .question, #faq .answer, #service-tab, #main .r-3column {
	display: inline-block;
}
/* 以下Win版IE6以前のみ適応（Mac版IE5は除外） ¥*/
* html dl, * html #container, * html #header, * html #content, * html #main, * html #sub, * html #sidebar, * html #footer, * html .r-ms, * html .r-sm, * html .TabbedPanelsContentGroup, * html .TabbedPanelsContent, * html #new-article, * html #gnav, * html .kakomi1, * html .kakomi1b, * html .kakomi2, * html #toppage-service, * html #faq .question, * html #faq .answer, * html #service-tab, * html #main .r-3column {
	height: 1%;
}
dl, #container, #header, #content, #main, #sub, #sidebar, #footer, .r-ms, .r-sm, .TabbedPanelsContentGroup, .TabbedPanelsContent, #new-article, #gnav, .kakomi1, .kakomi1b, .kakomi2, #toppage-service, #faq .question, #faq .answer, #service-tab, #main .r-3column {
	display: block;
}
/* */


/* -------------- 特定ブラウザに適用 -------------- */
/*comment-start
↓↑を外して使用
comment-end*/


/* 以下IE6以前とMac版IE5のみ適応 */
/*comment-start
* html #hack	{
	width: 400px;
}
comment-end*/

/* 以下IE6以前のみ適応（Mac版IE5は除外） */
/* ¥*/
/*comment-start
* html #hack	{
	width: 400px;
}
comment-end*/
/* */


/* 以下IE7のみ適応 */
/*comment-start
*:first-child+html #hack	{
	padding: 0px;
	margin: 0px;
}
comment-end*/
