﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	font-size:80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", sans-serif;
	color:#333333;
	line-height:1.6;
}
	
fieldset{
	border:none;
}

input,textarea{
	font-size:1em;
}

ul,ol{
	list-style:none;
}

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/*-----------------------------------------------------
マージン
-----------------------------------------------------*/

.m_top5{
	margin-top: 5px;
}


.m_top10{
	margin-top: 10px;
}

.m_top20{
	margin-top: 20px;
}

.m_top30{
	margin-top: 30px;
}

.m_top40{
	margin-top: 40px;
}

.m_top50{
	margin-top: 50px;
}

.m_left5{
	margin-left: 5px;
}

.m_left10{
	margin-left: 10px;
}

.m_left20{
	margin-left: 20px;
}

/*-----------------------------------------------------
左アイコン
-----------------------------------------------------*/

.blue_1{
	background-image: url(../common_img/blue_1.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}

.blue_2{
	background-image: url(../common_img/blue_2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: left center;
	text-align: left;
}


.black_1{
	background-image: url(../common_img/black_1.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}

.black_2{
	background-image: url(../common_img/black_2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: left center;
	text-align: left;
}

.green_1{
	background-image: url(../common_img/green_1.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}

.green_2{
	background-image: url(../common_img/green_2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: left center;
	text-align: left;
}

.yellow_1{
	background-image: url(../common_img/yellow_1.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}

.yellow_2{
	background-image: url(../common_img/yellow_2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: left center;
	text-align: left;
}

.red_1{
	background-image: url(../common_img/red_1.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}

.red_2{
	background-image: url(../common_img/red_2.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: left center;
	text-align: left;
}

.dot_1{
	background-image: url(../common_img/dot.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}

.dot_red{
	background-image: url(../common_img/dot_red.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: left center;
	text-align: left;
}

.list_icon{
	background-image: url(../common_img/list_icon.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
	text-align: left;
}


/*-----------------------------------------------------
京野サイト独自クラス
-----------------------------------------------------*/

.title_big{
	font-size: 20px;
	line-height: 22px;
	color: #343232;
	background-image: url(../img/kouza/title_big_352x43.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 70px;
	height: 31px;
	width: 357px;
	padding-top: 12px;
	font-weight: normal;
}

.title_small_1{
	font-size: 13px;
	line-height: 22px;
	color: #343232;
	background-image: url(../img/kouza/title_small_250x31.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 50px;
	height: 31px;
	width: 250px;
	padding-top: 5px;
}

.title_small_2{
	font-size: 13px;
	line-height: 22px;
	color: #343232;
	background-image: url(../img/kouza/title_small_2_250x31.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 50px;
	height: 31px;
	width: 250px;
	padding-top: 5px;
	margin-top: 15px;
}
