@charset "UTF-8";


body {
	color: #333333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body#top {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク設定
------------------------------------------------------*/
a {
	color: #D43673;
}

a:hover {
	color: #ffffff;	/*マウスオン時の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}


/*HPを囲むブロック
------------------------------------------------------*/
#wrap {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー
------------------------------------------------------*/
#head {
	background-color: #000000;
	width: 100%;
	text-align: center;
	height: 80px;
	position: relative;
}

#top #head {
	height: 70px;
}

/*h1タグ*/
#head h1 {
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	letter-spacing: 0.2em;
	right: 10px;
}

#head h1 a {
	text-decoration: none;
}

/*サイトロゴ*/
#head #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*電話番号画像*/
#head #tel {
	position: absolute;
	top: 20px;
	right: 10px;
}


/*メニュー
------------------------------------------------------*/
ul#menu li {
	float: left;
	padding-right: 20px;
}

ul#menu img {
	vertical-align: bottom;
}

ul#menu li#last {
	padding-right: 0;
}

/*コンテンツ（#main-col,#sub-colを囲むブロック）
------------------------------------------------------*/
#content {
	width: 100%;
	clear: left;
	padding-top: 20px;
}


/*メインブロック
------------------------------------------------------*/
#main-col {
	float: right;
	width: 730px;
	padding-bottom: 50px;
}

/*h2タグ*/
#main-col h2 {
    background-image: url("../images/line_m.gif");
    background-repeat: no-repeat;
    font-size: 120%;
    line-height: 33px;
    margin: 0 0 15px;
    padding-left: 20px;
}

/*h3タグ*/
#main-col h3 {
	font-size: 130%;
	background-image: url("../images/line_w.gif");
	background-repeat: no-repeat;
	padding-top: 0;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}


/*段落タグ*/
#main-col p {
	padding: 10px;
	color: #000;
}


/*サブブロック
------------------------------------------------------*/
#sub-col {
	margin-bottom: 15px;
	float: left;
	width: 230px;
}

/*画像タグ*/
#sub-col img {
	margin: 11px 0 0 0;
	padding: 0;
}

/*段落タグ*/
#sub-col p {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*リンクタグ*/
#sub-col a {
	padding-top: 0;
	padding-bottom: 0;
}


/*サブブロック内メニュー
------------------------------------------------------*/
.menu li {
margin-top: 15px;
margin-bottom: 8px;
line-height: 1.4;
list-style-type: none;
background-image: url(../images/mark.gif);
background-repeat: no-repeat;
padding-left: 15px;
}

.menu li a {
color: #000000;
text-decoration: none;
}

.menu li a:hover {
color:#D43673;
}

.menu ul {
margin: 0;
padding: 0;
}
	






/*フッター
------------------------------------------------------*/
#foot {
	clear: both;
	letter-spacing: 0.3em;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	background-color: #D43673;
	margin: 50px 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot a {
	color: #ffffff;
	text-decoration: none;
}

#foot a:hover {
	color: #FFFFFF;
}


/*サービス内容　表
------------------------------------------------------*/
#main-col .photobox1 div {
	background-color: #F7D7E2;
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 2em;
	padding: 8px;
	font-size: 100%;
	color: #D43673;
	line-height: 2.0;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #666666;
}


/*表内のアイコン位置*/
#main-col .photobox1 div .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*表内の文字*/
#main-col .photobox1 div .p {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
}


/* ツイッターボタン
-----------------------------------------------------*/
.box-A {
  float: right;
  width: 100px; 
  margin: 15px 0 0 0;

}


/*リストマーク
------------------------------------------------------*/
ul.d {
	padding: 10px 20px 10px 35px;
	list-style: disc;
}

ul.d li{
	padding-bottom: 0.5em;
}


/*他
------------------------------------------------------*/
.mb1 {
	margin-top:10px;
	margin-bottom: 20px;
}

.mb05 {
	margin-bottom: 5px;
}

.color1 {
	color: #a65a82;
}

.color2 {
	color: #ff0000;
}

.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.btn {
	font-size: 13px;
}

.wl {
	width: 96%;
}

.ws {
	width: 50%;
}

.c {
	text-align: center;
}

.pink{
color:#FF0000;

}
