@charset "utf-8";

@import url("specific.css");

﻿/* ====================================
基本設定開始
==================================== */

* {font-size: 100%; }

body {
	margin:0;
	padding:0;
	color:#333333;
	font-size:80%;
	line-height:1.4;
	font-family:"ＭＳ Ｐゴシック", Verdana,  Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper{
	width:650px;
	margin:0 auto;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
/* 画像のボーダー解除、位置調整 */
img{
	border:0;
	vertical-align:bottom;
}

/* リンク */
a{
	color:#ff6666;
	text-decoration:underline;
	overflow:hidden;
}
a:hover,a:active{
	color:#ff3333;
	text-decoration:none;
}

/* テキスト寄せ */
.txtC{text-align:center;}
.txtR{text-align:right;}
.txtL{text-align:left;}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.clear{clear:both;}

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* IE用clearfix */
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* 詳細はこちらリンク */
.focus {text-align:right;}
.focus a{
	background:url(images/ya1.jpg) no-repeat left center;
	padding-left:15px;
}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%;}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font90{font-size:90%;font-weight:normal;}
.font80{font-size:80%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpink1{color:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}

/* 汎用的な幅のパターン */
.width5{width:5%;}
.width7{width:7%;}
.width8{width:8%;}
.width10{width:10%;}
.width12{width:12%;}
.width15{width:15%;}
.width17{width:17%;}
.width18{width:18%;}
.width20{width:20%;}
.width22{width:22%;}
.width25{width:25%;}
.width27{width:27%;}
.width28{width:28%;}
.width30{width:30%;}
.width32{width:32%;}
.width35{width:35%;}
.width37{width:37%;}
.width38{width:38%;}
.width40{width:40%;}
.width42{width:42%;}
.width45{width:45%;}
.width47{width:47%;}
.width48{width:48%;}
.width50{width:50%;}
.width52{width:52%;}
.width55{width:55%;}
.width57{width:57%;}
.width58{width:58%;}
.width60{width:60%;}
.width62{width:62%;}
.width65{width:65%;}
.width67{width:67%;}
.width68{width:68%;}
.width70{width:70%;}
.width72{width:72%;}
.width75{width:75%;}
.width77{width:77%;}
.width78{width:78%;}
.width80{width:80%;}
.width82{width:82%;}
.width85{width:85%;}
.width87{width:87%;}
.width88{width:88%;}
.width90{width:90%;}
.width92{width:92%;}
.width95{width:95%;}
.width97{width:97%;}
.width98{width:98%;}
.width100{width:100%;}

.m_left_20 {margin-left:20px;}
/* ====================================
基本設定終了
==================================== */

/* ====================================
ヘッダー開始
==================================== */
p#summary{
	margin:0;
	padding:1px 10px;
	color:#5F86B3;
}
#head{
	width:640px;
	height:50px;
	margin:0 auto;
	background:#0040B3;
}
#head h1{
	margin:0;
	padding:0;
	float:left;
}
#head p.logo{
	margin:0;
	padding:0;
	float:left;
}
#head .right{
	padding:25px 14px 0 0;
	float:right;
	text-align:right;
}
#head .right p.subnavi{
	margin:0;
	padding:0;
}
#head .right p.subnavi a{
	margin-left:15px;
	padding-left:12px;
	background:url(images/subnavi_ya.jpg) no-repeat 0 0;
	color:#FFF;
	text-decoration:none;
}
#head .right p.subnavi a:hover{
	text-decoration:underline;
}

/* ホームボタン */
p#home{
	width:640px;
	height:16px;
	margin:0 auto;
	padding:0;
	background:url(images/home_back.jpg) no-repeat 0 0;
}
p#home a{
	display:block;
	width:45px;
	height:16px;
	background:url(images/home_btn.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
/* ====================================
ヘッダー終了
==================================== */

/* ====================================
本文領域開始
==================================== */
#contwrap{
	width:650px;
	margin:10px auto 0;
	background:url(images/contwrap_back.jpg) no-repeat 0 0;
}

#left{
	width:447px;
	margin-left:50px;
	float:left;
}
*html #left {display:inline;}
#left h1{
	margin:15px 0 5px;
	padding:0 0 3px 15px;
	border-left:8px solid #3D3799;
	border-bottom:1px solid #3D3799;
	color:#3D3799;
	font-size:170%;
}
#left p#catch{
	margin:0 0 0 7px;
	padding:0;
}
#left h2{
	margin:20px 0 0;
	padding:3px 10px;
	background:#E6E6E6;
	font-size:110%;
	color:#339a99;
}
#left h3{
	margin:20px 0 5px;
	padding:0 0 2px 10px;
	border-left:5px solid #CCC;
	background:url(images/h3_line.gif) repeat-x 0 100%;
	font-size:100%;
	color:#666666;
}
#left p{
	margin:0;
	padding:5px 4px 8px 0;
}
#right{
	display:inline;
	width:140px;
	margin-right:6px;
	float:right;
}
/* 医薬品買取のナビゲーション */
dl#lnavi{
	margin:0;
	padding:0;
}
dl#lnavi dt,
dl#lnavi dd{
	margin:0;
	padding:0;
}
dl#lnavi dd ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
dl#lnavi dd li{
	margin:0;
	padding:0;
}
dl#lnavi dd li a{
	display:block;
	width:122px;
	padding:7px 0 6px 18px;
	border-bottom:1px solid #CCC;	
	background:url(images/lnavi_ya.gif) no-repeat 5px 50%;
	color:#51a8a8;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-0.08em;
}
dl#lnavi dd li a:hover,
dl#lnavi dd li.now a{
	background-color:#f1f8f8;
}
/* テーブル */
table{
	margin:15px 0;
	background:#CCC;
}
table th{
	background:#EFEFEF;
	text-align:left;
	vertical-align:top;
}
table td{
	background:#FFF;
}
#profile {border-collapse:collapse;width:100%;}
#profile th, #profile td {padding:6px;border:1px #CCCCCC solid;} 

/* リスト */
ul, ol{
	margin:10px 0;
	padding:0;
}
ul li{
	margin:0;
	padding:1px 0;
}
ol li{
	margin:0;
	padding:0;
}
/* パンくずリスト */
#left p.path{
	margin:0;
	padding:0;
	text-align:right;
}
/* ページトップへ　*/
p.pagetop{
	margin:0;
	padding:10px 0;
	text-align:right;
}
/* ====================================
本文領域終了
==================================== */


/* ====================================
フッター開始
==================================== */
#foot{
	width:640px;
	height:46px;
	margin:15px auto 0;
	background:url(images/foot_back.jpg) no-repeat 0 0;
}
#foot p.name{
	margin:0;
	padding:0;
	text-align:center;
}

/* ====================================
フッター終了
==================================== */

#thanks {height:200px;}