h1 {
 	font-size: x-large; 
}

h2 {
 	font-size: large; 
}

/*table {border: solid 1px #DDDDDD; border-collapse: collapse;}*/
/*table {border: solid 1px #DDDDDD; border-collapse: separate;}*/
/*td {border: solid 1px #DDDDDD}*/

.blink { text-decoration: blink }
td,th,tr{ line-height: 1.1em }
BODY {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
html,body { height:100%; }

/* from sweet heart css */

body {
	color:#666;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
	line-height : 1.5;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background:#fffafa url(image/theme/body.jpg) top repeat-x;
	margin:0;
}

a {
	color: #FF9999 !important;
    text-decoration-line: none !important;
    text-decoration-style: initial !important;
    text-decoration-color: #FF9999 !important;
}

a:hover {
	text-decoration: none !important;
	color: #FFCCCC !important;
    text-decoration-line: none !important;
    text-decoration-style: initial !important;
    text-decoration-color: #FF9999 !important;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

.site-header {
/*	background:#fffafa url(image/theme/body.jpg) top repeat-x;*/
	background-image:  url(image/theme/header.png);
	background-color: transparent;
	background-repeat: no-repeat;  
	background-position: center 35px;
/*	background-size: cover;*/
}

.site-footer {
	background: #FF9999 url(image/theme/footer.gif) 0 top repeat-x;
}

.site-branding {
	margin: 0 auto;  
	text-align: center; 
}

.entry-title {
	font-size: 28px;
	margin: 0 auto;  
	text-align: center; 
}

.site-info {
	text-decoration: none;
	color: #fff;
}
.site-info a {
	text-decoration: none;
	color: #fff;
}

.site-info a:hover {
	text-decoration: none;
	color: #fff;
}



/* My css */

.site-title {
    font-size: 20px;
    font-size: 3rem;
    line-height: 1.0909;
}

.site-description {
    font-size: 12px;
    font-size: 2.2rem;

}

.widget-title {
	font-size: 110%;
}

.widget {
	font-size: 32px;
	font-size: 3.2rem;
}

BODY {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.breadcrumb-container {
    font-size: 20px;
}

.site-main {
    padding: 0;
}

.secondary {
    margin: 0;
}

.hentry {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.entry-header,
    .entry-content,
	.entry-summary,
   .entry-footer {
		padding: 0;
	}

.wp_social_bookmarking_light {
    clear: both !important;
    text-align: center !important;
    margin: 1.4em auto !important;
}
  
.site-footer {
    margin: 0;
}

a.old {
    color: #FFFFFF !important;
    text-decoration-line: none !important;
    text-decoration-style: initial !important;
    text-decoration-color: #FF9999 !important;
}

.top_head_link {
    position:absolute; top:30px;
}

.top_foot_link {
    position:fix;
    bottom:70px;
}

.site-footer {
    position:fix;
    bottom: 0;
{

/* IE用viewport */
/*@-ms-viewport {width: 1500px;}*/


a {
  cursor: pointer;
  text-decoration: underline;
}
a.blog {
  cursor: pointer;
  text-decoration: underline;
}

