@charset "utf-8";



/*-----------------------------------------------------

  Author   :  Takashi Hirasawa

  URL      :  http://css-happylife.com/

  Date     :  06/10/05

  Copyright(C)2006 CSS HappyLife all rights reserved.

-----------------------------------------------------*/



/*-----------------------------------------------------

 // 角丸+背景を文字数に関わらず表示させる。

-----------------------------------------------------*/



/*--- // 全体の設定 // ---*/

* {

	margin:0;

	padding:0;

}

body {

	margin:30px;

	font-size:80%;

	font-family: "ＭＳ Ｐゴシック", "Arial",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;

	background:#FFF;

}

p {

	margin:0 0 1em;

	line-height:150%;

}

hr {

	display:none;

}

h1,h2 {

	font-size:140%;

	margin-bottom:.5em;

}

/*--- // 角丸設定 1 // ---*/

.kadomaru {

	width:387px;

	padding:10px 10px 10px 140px;

	background:url(./img/kadomaru_top.gif) no-repeat;

}

.kadomaru_bottom {

	width:537px;

	height:6px;

	margin-bottom:30px;

	background:url(./img/kadomaru_bottom.gif) no-repeat;

}

/*--- // 角丸設定 2 // ---*/

.kadomaru_2 {

	width:387px;

	height:170px;

	padding:10px 10px 10px 140px;

	background:url(./img/kadomaru_top.gif) no-repeat;

}

.kadomaru_bottom_2 {

	width:537px;

	height:6px;

	margin-bottom:30px;

	background:url(./img/kadomaru_bottom.gif) no-repeat;

}

/*--- // 角丸設定 3 // ---*/

.kadomaru_3 {

	width:387px;

	height:170px;

	padding:10px 10px 10px 140px;

	background:url(./img/kadomaru_top.gif) no-repeat;

}

.kadomaru_bottom_3 {

	width:537px;

	height:6px;

	margin-bottom:30px;

	background:url(./img/kadomaru_bottom.gif) no-repeat;

}

.kadomaru_bottom_2 + .kadomaru_3 {

	min-height:170px;

	height:auto;

}
